This commit is contained in:
daniel31x13 2024-11-14 15:44:31 -05:00
parent 2e6f1c207c
commit 1a949ecdc6

View File

@ -11,8 +11,8 @@ services:
environment:
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
restart: always
build: . # uncomment this line to build from source
# image: ghcr.io/linkwarden/linkwarden:latest # comment 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
ports:
- 3000:3000
volumes: