mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-17 17:50:30 -04:00
Make containers restart automatically
and document how to disable that...
This commit is contained in:
@@ -25,6 +25,9 @@ services:
|
||||
- "./nginx.conf:/etc/nginx/nginx.conf"
|
||||
ports:
|
||||
- "8080:8080"
|
||||
# Comment the line below to stop the container from restarting on boot
|
||||
# unless it was manually stopped
|
||||
restart: unless-stopped
|
||||
lsmb:
|
||||
volumes:
|
||||
- "lsmbdata:/srv/ledgersmb"
|
||||
|
Reference in New Issue
Block a user