Fix docker-compose.yaml to import variables from env file

This commit is contained in:
Sascha Ißbrücker
2021-11-10 12:19:56 +01:00
committed by GitHub
parent 1dabd0266b
commit 12e5810aee

View File

@@ -8,4 +8,6 @@ services:
- "${LD_HOST_PORT:-9090}:9090"
volumes:
- "${LD_HOST_DATA_DIR:-./data}:/etc/linkding/data"
restart: unless-stopped
env_file:
- .env
restart: unless-stopped