mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-07 09:01:02 +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
|
container_name: immich-proxy
|
||||||
image: altran1502/immich-proxy:v1.87.0
|
image: altran1502/immich-proxy:v1.87.0
|
||||||
ports:
|
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:
|
depends_on:
|
||||||
- immich-server
|
- immich-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue
Block a user