Add: Portainer docker compose file

This commit is contained in:
Aroy-Art 2025-02-22 00:12:25 +01:00
parent 637fa808ed
commit ac8fa6f0d1
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -0,0 +1,12 @@
name: portainer
services:
portainer-ce:
ports:
- 8000:8000
- 9443:9443
container_name: portainer
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data
image: portainer/portainer-ce:lts