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

feat(global): change the strategy used to determine if swarm mode is used

This commit is contained in:
Anthony Lapenna 2016-09-23 18:02:03 +12:00
parent fe63f9939a
commit e27282de3c
7 changed files with 7 additions and 7 deletions

View file

@ -274,7 +274,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:2375 --swarm -d /data'
'docker run -d -p 9000:9000 -v /tmp/portainer:/data --name portainer portainer -H tcp://10.0.7.10:4000 --swarm -d /data'
].join(';')
},
runSsl: {