Skip to content

Commit

Permalink
minor fix in the docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel31x13 committed Aug 10, 2023
1 parent d008c44 commit 543dfd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
- ./pgdata:/var/lib/postgresql/data
linkwarden:
env_file: .env
platform: linux/x86_64
environment:
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
restart: always
Expand Down

0 comments on commit 543dfd1

Please sign in to comment.