Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Oct 15, 2024
1 parent c817c2f commit fbc7d79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ services:
environment:
- NODE_ENV=production
ports:
- 2283:3001
- 2283:2283
expose:
- 3001
- 2283
depends_on:
- immich-redis
- immich-database
Expand All @@ -24,7 +24,7 @@ services:
#labels:
# - traefik.enable=false
# - traefik.http.routers.immich.rule=Host(`immich.example.com`)
# - traefik.http.services.immich.loadbalancer.server.port=3001
# - traefik.http.services.immich.loadbalancer.server.port=2283
# - traefik.docker.network=proxy
# # Optional part for file upload max sizes
# - traefik.http.middlewares.limit.buffering.maxRequestBodyBytes=5000000000 # optional, only necessary for file uploads; allow 5000MB
Expand Down

0 comments on commit fbc7d79

Please sign in to comment.