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