From 1a949ecdc6b4ced566f237f7f36af1f1f704346c Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Thu, 14 Nov 2024 15:44:31 -0500 Subject: [PATCH] bug fix --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0be7157..63a8740 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: