This commit is contained in:
2025-10-08 11:58:14 +00:00
parent 3cb096733e
commit 31eadfd802
38 changed files with 394 additions and 80 deletions

View File

@@ -1,4 +1,4 @@
#name: Portainer
#name: <your project name>
services:
portainer-ce:
ports:
@@ -8,15 +8,8 @@ services:
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data
- ./portainer_data:/data
image: portainer/portainer-ce:lts
deploy:
placement:
constraints:
- node.role == manager
#volumes:
# portainer_data:
# external: true

View File