Skip to content

Commit 0661932

Browse files
committed
1 parent 20af461 commit 0661932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/simcore/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ services:
214214
extra_hosts: []
215215

216216
wb-db-event-listener:
217-
hostname: "{{.Node.Hostname}}-{{.Service.Name}}"
217+
hostname: "{{.Service.Name}}"
218218
environment:
219219
- WEBSERVER_LOGLEVEL=${WEBSERVER_LOGLEVEL}
220220
networks:
@@ -487,7 +487,7 @@ services:
487487
networks:
488488
- monitored
489489
- public
490-
hostname: "{{.Node.Hostname}}-{{.Service.Name}}"
490+
hostname: "{{.Service.Name}}"
491491
deploy:
492492
# NOTE: https://github.com/ITISFoundation/osparc-simcore/pull/4286
493493
# NOTE: this MUSTN'T change, or weird things might happen

0 commit comments

Comments
 (0)