Corrections portainer install
This commit is contained in:
parent
f272310ac6
commit
c44d997b7d
@ -2,7 +2,7 @@ docker volume create portainer_data;
|
||||
docker run --detach \
|
||||
--name portainer \
|
||||
--publish 8003:9000 \
|
||||
-volume /var/run/docker.sock:/var/run/docker.sock \
|
||||
-volume portainer_data:/data \
|
||||
--volume /var/run/docker.sock:/var/run/docker.sock \
|
||||
--volume portainer_data:/data \
|
||||
--restart unless-stopped \
|
||||
portainer/portainer:latest
|
Loading…
Reference in New Issue
Block a user