Update arr-stack/docker-compose.yml
This commit is contained in:
@@ -57,6 +57,8 @@ services:
|
||||
- "127.0.0.1:3002:3000"
|
||||
environment:
|
||||
- GLUETUN_CONTROL_URL=http://gluetun:8000
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
# Uncomment if Gluetun auth is enabled:
|
||||
#- GLUETUN_API_KEY=yourtoken
|
||||
#- GLUETUN_USER=username
|
||||
@@ -82,6 +84,8 @@ services:
|
||||
container_name: gluetun-monitor
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
- GLUETUN_CONTAINER=gluetun
|
||||
- DEPENDENT_CONTAINERS=auto # auto-discovery (default)
|
||||
|
||||
Reference in New Issue
Block a user