corrected ports redirections in compose.backend
This commit is contained in:
parent
f77d2bc8cf
commit
30dfe68c16
@ -2,7 +2,7 @@ version: '3.4'
|
||||
|
||||
services:
|
||||
oc-catalog:
|
||||
image: oc-catalog:debugging
|
||||
image: oc-catalog
|
||||
restart: always
|
||||
environment:
|
||||
- DOCKER_DCNAME=DC_myDC
|
||||
@ -11,7 +11,7 @@ services:
|
||||
networks:
|
||||
- catalog
|
||||
ports:
|
||||
- 49618:8080
|
||||
- 49618:49618
|
||||
|
||||
networks:
|
||||
catalog:
|
||||
|
Loading…
Reference in New Issue
Block a user