alpine: update portainer

This commit is contained in:
2025-11-01 20:45:15 +01:00
parent 4bb0fff594
commit cb2b798a66
2 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
services:
portainer:
image: "portainer/portainer-ce:latest"
container_name: "portainer"
restart: unless-stopped
ports:
- 9443:9443
networks:
- bridge
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "/srv/data/portainer/data:/data"
networks:
bridge: