Skip to content

Commit

Permalink
docker compose updater mode fix (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
andser authored Mar 28, 2022
1 parent aea2c5e commit 8b7da01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docker/static-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
- ../../config:/ko-app/config:z
environment:
UPDATER_DESTINATION_CONFIG: "/ko-app/config/config.json"
UPDATER_MODE: true
UPDATER_MODE: "true"

# this container will use VPN
# it will use config.json created by 'updater' container above
Expand Down

0 comments on commit 8b7da01

Please sign in to comment.