Add docker_compose_portainer_ce.yml

This commit is contained in:
HHF Technology 2024-12-13 11:40:38 +05:30
parent 8977834c55
commit 0406b911c2

View file

@ -0,0 +1,17 @@
---
services:
portainer-ce:
ports:
- '8000:8000'
- '9000:9000'
container_name: portainer
restart: always
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
- './portainer_data:/data'
image: portainer/portainer-ce
networks:
default:
name: my-main-net
external: true