1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(console): fix issue with undefined socket (#248)

This commit is contained in:
Anthony Lapenna 2016-10-01 21:44:23 +13:00 committed by GitHub
parent 739a5ec299
commit 7cd2da4c6e
2 changed files with 2 additions and 2 deletions

View file

@ -275,7 +275,7 @@ module.exports = function (grunt) {
command: [
'docker stop portainer',
'docker rm portainer',
'docker run -d -p 9000:9000 -v /tmp/portainer:/data --name portainer portainer -H tcp://10.0.7.10:4000 --swarm -d /data'
'docker run -d -p 9000:9000 -v /tmp/portainer:/data --name portainer portainer -H tcp://10.0.7.10:2375 --swarm -d /data'
].join(';')
},
runSsl: {