Refresh repository to match reality (Part1)

This commit is contained in:
Colin Hebert
2024-09-23 17:03:36 +02:00
parent 61020cae89
commit 1d52e2ac75
15 changed files with 218 additions and 55 deletions

View File

@@ -1,11 +1,10 @@
name: bootstrap
version: "3.8"
services:
portainer:
hostname: portainer
image: portainer/portainer-ce
command: >
--admin-password-file /run/secrets/portainer_password
image: portainer/portainer-ee
command:
- --admin-password-file=/run/secrets/portainer_password
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/packages/ContainerManager/var/docker/volumes/:/var/lib/docker/volumes/