Add restart: always on portainer service

This commit is contained in:
Jean Froment 2018-09-29 19:02:09 +02:00
parent ec29a92359
commit 73212493f4
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ services:
portainer:
image: portainer/portainer
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks: