fix: port mapping 3030:3000 (external:internal)

This commit is contained in:
2026-05-19 16:32:37 +10:00
parent 2ea13fcbaa
commit a609ed2165
+1 -1
View File
@@ -6,7 +6,7 @@ services:
container_name: frambe container_name: frambe
restart: unless-stopped restart: unless-stopped
ports: ports:
- "3030:3030" - "3030:3000"
environment: environment:
# REQUIRED # REQUIRED
- IMMICH_URL=http://your-immich-server:2283 - IMMICH_URL=http://your-immich-server:2283