This commit is contained in:
hatim boufnichel 2024-04-05 23:18:52 +02:00
parent ef5d258217
commit 117f15103a

View file

@ -40,7 +40,7 @@ services:
- '10009' - '10009'
- '9735' - '9735'
ports: ports:
- '8081:8080' # - '8081:8080'
- '10001:10009' - '10001:10009'
- '9735:9735' - '9735:9735'
bob: bob:
@ -61,7 +61,7 @@ services:
- '10009' - '10009'
- '9735' - '9735'
ports: ports:
- '8082:8080' # - '8082:8080'
- '10002:10009' - '10002:10009'
- '9736:9735' - '9736:9735'
carol: carol:
@ -82,7 +82,7 @@ services:
- '10009' - '10009'
- '9735' - '9735'
ports: ports:
- '8083:8080' # - '8083:8080'
- '10003:10009' - '10003:10009'
- '9737:9735' - '9737:9735'
dave: dave:
@ -103,6 +103,6 @@ services:
- '10009' - '10009'
- '9735' - '9735'
ports: ports:
- '8084:8080' # - '8084:8080'
- '10004:10009' - '10004:10009'
- '9738:9735' - '9738:9735'