1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 05:47:03 +09:00

Correct admin ports

Corrected transposition of external/internal admin ports
This commit is contained in:
iodrift 2024-03-02 04:27:34 -08:00 committed by GitHub
parent e7509426a0
commit 14054230ee
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -211,7 +211,7 @@ services:
- mongo-2
- mongo-3
ports:
- "80:${ANY_SYNC_ADMIN_PORT}"
- "${ANY_SYNC_ADMIN_PORT}:80"
volumes:
- ./etc/any-sync-admin/:/etc/any-sync-admin/
restart: on-failure