„portainer/docker-compose.yml“ hinzufügen

This commit is contained in:
Phil 2022-12-30 12:32:31 +01:00
parent 96a4f9085e
commit f1f63cc761

View file

@ -0,0 +1,21 @@
version: '3.9'
services:
web:
image: portainer/portainer-ce:latest
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- data:/data
ports:
- 9000:9000
agent:
image: portainer/agent:latest
restart: unless-stopped
volumes:
- /var/lib/docker/volumes:/var/lib/docker/volumes
- /var/run/docker.sock:/var/run/docker.sock
volumes:
data: