Skip to content

Commit

Permalink
Update docker-compose.sample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maltokyo committed May 3, 2021
1 parent 1d5b794 commit 0d01158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ services:
- PUID=1000
- PGID=1000
- TZ=Europe/London
#- USER=myusername # not working yet - user is abc
#- USER=myusername # not working yet - user is "abc" by default
- PASSWORD=changeme #CHANGE THIS!!
- S6_KILL_GRACETIME=10000 # This allows 10 seconds for Bisq to shutdown gracefully before the container will close.
- CLI_ARGS="--userDataDir=/config/.config/BISQ/user_data --appDataDir=/config/.config/BISQ/app_data" #optional
volumes:
- ./config:/config
Expand Down

0 comments on commit 0d01158

Please sign in to comment.