minor change
This commit is contained in:
+3
-1
@@ -2,6 +2,8 @@ version: "3.5"
|
||||
services:
|
||||
linkwarden:
|
||||
env_file: .env
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
||||
restart: always
|
||||
build: .
|
||||
ports:
|
||||
@@ -15,4 +17,4 @@ services:
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
volumes:
|
||||
pgdata:
|
||||
pgdata:
|
||||
|
||||
Reference in New Issue
Block a user