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}
|
- PORT=${PORT}
|
||||||
- FQDN=${FQDN}
|
- FQDN=${FQDN}
|
||||||
- USERS=${USERS}
|
- USERS=${USERS}
|
||||||
restart: "no"
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- d2ray_br
|
- d2ray_br
|
||||||
volumes:
|
volumes:
|
||||||
- d2ray_certs:/etc/letsencrypt
|
- d2ray_certs:/etc/letsencrypt
|
||||||
- ${LOGDIR}:/etc/d2ray
|
- ${LOGDIR}:/etc/d2ray
|
||||||
|
Loading…
Reference in New Issue
Block a user