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:
parent
e7509426a0
commit
14054230ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue