Skip to content

Commit

Permalink
Update docker-compose-old.yml
Browse files Browse the repository at this point in the history
use the official port mappings
  • Loading branch information
l4rm4nd authored Nov 21, 2023
1 parent ab5c2b6 commit bff4e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/immich/docker-compose-old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:
container_name: immich-proxy
image: altran1502/immich-proxy:v1.87.0
ports:
- 8080:8080 # WEB UI via proxy; do not remove this proxy service, use it! Even if you have your own reverse proxy.
- 2283:8080 # WEB UI via proxy; do not remove this proxy service, use it! Even if you have your own reverse proxy.
depends_on:
- immich-server
restart: unless-stopped
Expand Down

0 comments on commit bff4e19

Please sign in to comment.