mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-06 02:18:26 +02: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"
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user