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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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