mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-24 12:23:03 +00:00
Fix docker-compose.yaml to import variables from env file
This commit is contained in:
parent
1dabd0266b
commit
12e5810aee
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue