Skip to content

Commit fbc7d79

Browse files
authored
Update docker-compose.yml
1 parent c817c2f commit fbc7d79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/immich/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ services:
1212
environment:
1313
- NODE_ENV=production
1414
ports:
15-
- 2283:3001
15+
- 2283:2283
1616
expose:
17-
- 3001
17+
- 2283
1818
depends_on:
1919
- immich-redis
2020
- immich-database
@@ -24,7 +24,7 @@ services:
2424
#labels:
2525
# - traefik.enable=false
2626
# - traefik.http.routers.immich.rule=Host(`immich.example.com`)
27-
# - traefik.http.services.immich.loadbalancer.server.port=3001
27+
# - traefik.http.services.immich.loadbalancer.server.port=2283
2828
# - traefik.docker.network=proxy
2929
# # Optional part for file upload max sizes
3030
# - traefik.http.middlewares.limit.buffering.maxRequestBodyBytes=5000000000 # optional, only necessary for file uploads; allow 5000MB

0 commit comments

Comments
 (0)