change restart to unless-stopped
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d950d02de6
commit
f51ef2719e
@ -16,9 +16,9 @@ services:
|
||||
- PORT=${PORT}
|
||||
- FQDN=${FQDN}
|
||||
- USERS=${USERS}
|
||||
restart: "no"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- d2ray_br
|
||||
volumes:
|
||||
- d2ray_certs:/etc/letsencrypt
|
||||
- ${LOGDIR}:/etc/d2ray
|
||||
- ${LOGDIR}:/etc/d2ray
|
||||
|
Loading…
Reference in New Issue
Block a user