mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
chore(gruntfile): remove --templates flag in run-dev task
This commit is contained in:
parent
f15cf3e8be
commit
c526209925
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ module.exports = function (grunt) {
|
|||
command: [
|
||||
'docker stop portainer',
|
||||
'docker rm portainer',
|
||||
'docker run --privileged -d -p 9000:9000 -v /tmp/portainer:/data -v /var/run/docker.sock:/var/run/docker.sock --name portainer portainer --no-analytics --templates http://192.168.1.47:8080/templates.json'
|
||||
'docker run --privileged -d -p 9000:9000 -v /tmp/portainer:/data -v /var/run/docker.sock:/var/run/docker.sock --name portainer portainer --no-analytics'
|
||||
].join(';')
|
||||
},
|
||||
runSwarm: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue