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

This commit is contained in:
Peter Reichart 2023-06-07 14:22:41 +00:00
parent 194de4cb42
commit db4a10585c

View File

@ -0,0 +1,13 @@
version: '2.4'
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: always
ports:
- 8000:8000
- 9443:9443
volumes:
- ./portainer_data:/data
- /var/run/docker.sock:/var/run/docker.sock