fix: port mapping 3030:3000 (external:internal)
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user