Skip to content

Commit e25d047

Browse files
authored
Merge pull request #993 from ITISFoundation/hotfix/maintenance_port
maintenance port shall be dynamically assigned by the swarm
2 parents 2141e9f + 1bbec90 commit e25d047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ services:
284284
org.label-schema.vcs-url: "https://github.com/ITISFoundation/osparc-simcore"
285285
org.label-schema.vcs-ref: "${VCS_REF}"
286286
ports:
287-
- "9010:8888"
287+
- "8888"
288288
volumes:
289289
- /var/run/docker.sock:/var/run/docker.sock
290290
- maintenance_data:/home/jovyan/work/data

0 commit comments

Comments
 (0)