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