mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33:46 +00:00
Update docker-compose-old.yml
use the official port mappings
This commit is contained in:
parent
ab5c2b6a38
commit
bff4e197a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user