restart always incomp with env switch

This commit is contained in:
finn 2024-08-10 06:30:54 -07:00
parent 08ae04a154
commit 16a45c495d
3 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ services:
build:
context: sshtun
dockerfile: Dockerfile
restart: always
restart: on-failure
environment:
- USE_TUN=${USE_TUN}
ports:

View File

@ -139,7 +139,7 @@ services:
build:
context: sshtun
dockerfile: Dockerfile
restart: always
restart: on-failure
environment:
- USE_TUN=${USE_TUN}
ports:

View File

@ -139,7 +139,7 @@ services:
build:
context: sshtun
dockerfile: Dockerfile
restart: always
restart: on-failure
environment:
- USE_TUN=${USE_TUN}
ports: