bug fix
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
||||||
restart: always
|
restart: always
|
||||||
build: . # uncomment this line to build from source
|
# build: . # uncomment this line to build from source
|
||||||
# image: ghcr.io/linkwarden/linkwarden:latest # comment this line to build from source
|
image: ghcr.io/linkwarden/linkwarden:latest # comment this line to build from source
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user