This commit is contained in:
zino
2023-11-28 12:06:46 +01:00
parent 5178b1470f
commit ebedda3c96

19
docker-compose.yml Normal file
View File

@@ -0,0 +1,19 @@
version: "3.8"
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: unless-stopped
volumes:
- portainer_data:/data
- /var/run/docker.sock:/var/run/docker.sock
networks:
- web
volumes:
portainer_data:
networks:
web:
external: true
name: web