Add restart: always on portainer service
This commit is contained in:
parent
ec29a92359
commit
73212493f4
|
@ -219,6 +219,7 @@ services:
|
||||||
|
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer
|
image: portainer/portainer
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue