1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Change Traefik admin port from 8080 to 9500

This commit is contained in:
Eldad Fux 2020-12-19 19:45:25 +02:00
parent 3497b06eda
commit 4c1f4c9092

View file

@ -25,7 +25,7 @@ services:
ports:
- 80:80
- 443:443
- 8080:8080
- 9500:8080
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- appwrite-config:/storage/config:ro