mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-10-31 19:14:06 +01:00
Fix docker-compose.yaml to import variables from env file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user