docker-compose/portainer/docker-compose.yml
2022-02-22 17:10:12 +08:00

17 lines
323 B
YAML
Executable File

version: '2'
services:
portainer:
container_name: portainer
image: portainer/portainer
ports:
#- 8000:8000
- 9000:9000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data
#- ./Files:/portainer/Files/
restart: unless-stopped