minor fix in the docker compose file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user