corrected ports redirections in compose.backend

This commit is contained in:
pb 2024-02-15 11:49:44 +01:00
parent f77d2bc8cf
commit 30dfe68c16

View File

@ -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: