Skip to content

Commit

Permalink
Merge pull request #993 from ITISFoundation/hotfix/maintenance_port
Browse files Browse the repository at this point in the history
maintenance port shall be dynamically assigned by the swarm
  • Loading branch information
sanderegg authored Jul 25, 2019
2 parents 2141e9f + 1bbec90 commit e25d047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ services:
org.label-schema.vcs-url: "https://github.com/ITISFoundation/osparc-simcore"
org.label-schema.vcs-ref: "${VCS_REF}"
ports:
- "9010:8888"
- "8888"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- maintenance_data:/home/jovyan/work/data
Expand Down

0 comments on commit e25d047

Please sign in to comment.