We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c817c2f commit fbc7d79Copy full SHA for fbc7d79
examples/immich/docker-compose.yml
@@ -12,9 +12,9 @@ services:
12
environment:
13
- NODE_ENV=production
14
ports:
15
- - 2283:3001
+ - 2283:2283
16
expose:
17
- - 3001
+ - 2283
18
depends_on:
19
- immich-redis
20
- immich-database
@@ -24,7 +24,7 @@ services:
24
#labels:
25
# - traefik.enable=false
26
# - traefik.http.routers.immich.rule=Host(`immich.example.com`)
27
- # - traefik.http.services.immich.loadbalancer.server.port=3001
+ # - traefik.http.services.immich.loadbalancer.server.port=2283
28
# - traefik.docker.network=proxy
29
# # Optional part for file upload max sizes
30
# - traefik.http.middlewares.limit.buffering.maxRequestBodyBytes=5000000000 # optional, only necessary for file uploads; allow 5000MB
0 commit comments