Overhaul with port definitions

This commit is contained in:
2025-01-11 19:03:12 -06:00
parent 62a399f26b
commit 36658a8d4b
8 changed files with 80 additions and 54 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ services:
restart: always
image: ghcr.io/linkwarden/linkwarden:latest
ports:
- 3445:3000
- ${APP_PORT}:3000
volumes:
- ${ROOT_DIR}/data:/data/data
depends_on:
- postgres
- postgres