mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
12 lines
235 B
YAML
12 lines
235 B
YAML
version: "3.8"
|
|
services:
|
|
portainer:
|
|
image: portainer/portainer-ce
|
|
ports:
|
|
- "8000:8000"
|
|
- "9000:9000"
|
|
volumes:
|
|
- ./data:/data
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
restart: unless-stopped
|