fix docker-compose env file path
This commit is contained in:
parent
fdd6c980f4
commit
d193dc2792
|
@ -10,7 +10,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
env_file:
|
env_file:
|
||||||
- ${APP_DATA_DIR}/data/app.env
|
- /app-data/rsshub/data/app.env
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user