Merge pull request #597 from jacroe/docker-compose-fix-wildcard

Docker compose example: Surround wildcard statement in quotes
pull/598/head
Kelson 3 years ago committed by GitHub
commit ad58d74699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ services:
# volumes:
# - /tmp/zim:/data
# command:
# - *.zim
# - '*.zim'
# uncomment next 2 lines to use it with remote zim file
# environment:
# - 'DOWNLOAD=https://download.kiwix.org/zim/wikipedia_bm_all.zim'

Loading…
Cancel
Save