forked from Hithomelabs/ci-runner-test
11 lines
304 B
YAML
11 lines
304 B
YAML
services:
|
|
portainer:
|
|
image: "portainer/portainer-ce:latest"
|
|
container_name: "portainer_dev"
|
|
ports:
|
|
- "7999:8999"
|
|
- "9442:9443"
|
|
restart: "always"
|
|
volumes:
|
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
|
- "/usr/share/devhome/PortainerDev/portainer-data/:/data/" |