Update docker-compose-old.yml

use the official port mappings
This commit is contained in:
LRVT 2023-11-21 12:57:18 +01:00 committed by GitHub
parent ab5c2b6a38
commit bff4e197a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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