Skip to content

Commit

Permalink
Fix docker-compose.yaml to import variables from env file
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker authored Nov 10, 2021
1 parent 1dabd02 commit 12e5810
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 12e5810

Please sign in to comment.