minor fix in the docker compose file
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
|||||||
- ./pgdata:/var/lib/postgresql/data
|
- ./pgdata:/var/lib/postgresql/data
|
||||||
linkwarden:
|
linkwarden:
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
platform: linux/x86_64
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user