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

@@ -0,0 +1,16 @@
#name: <your project name>
services:
portainer-ce:
ports:
- 8000:8000
- 9443:9443
container_name: portainer
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./portainer_data:/data
image: portainer/portainer-ce:lts
#volumes:
# portainer_data:
# external: true
# name: portainer_data