Update restart policy
This commit is contained in:
parent
71e0b6b788
commit
d48ca7ddb5
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ services:
|
||||||
target: /media
|
target: /media
|
||||||
- /etc/passwd:/etc/passwd:ro
|
- /etc/passwd:/etc/passwd:ro
|
||||||
- /etc/group:/etc/group:ro
|
- /etc/group:/etc/group:ro
|
||||||
restart: 'unless-stopped'
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8096:8096/tcp
|
- 8096:8096/tcp
|
||||||
- 1900:1900/udp
|
- 1900:1900/udp
|
||||||
|
|
|
||||||
Reference in a new issue