gluetun restart policy

This commit is contained in:
Christoph Califice
2026-02-21 19:38:51 -03:00
parent 5505d78933
commit 7c8f09fa14

View File

@@ -16,6 +16,8 @@ services:
# - "40848:40848/udp"
restart: unless-stopped
network_mode: "service:gluetun"
depends_on:
- gluetun
gluetun:
@@ -37,4 +39,4 @@ services:
- 8181:8181
- 40848:40848
- 40848:40848/udp
restart: always
restart: unless-stopped