mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix: update env_file paths to point to correct .env file
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
- ${DOCKER_DATA_DIR}/wests-scripts/shared/tokens.json:/app/shared/tokens.json
|
||||
- ${DOCKER_DATA_DIR}/wests-scripts/sockets:/app/sockets
|
||||
env_file:
|
||||
- .env
|
||||
- ../.env
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
plex:
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
expose:
|
||||
- 8000
|
||||
env_file:
|
||||
- .env
|
||||
- ../.env
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
||||
Reference in New Issue
Block a user