minor fix in the docker compose file
This commit is contained in:
parent
d008c441b7
commit
543dfd156c
|
@ -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
|
||||
|
|
Ŝarĝante…
Reference in New Issue