compose/portainer/docker-compose.yml
2024-05-30 11:55:56 -03:00

15 lines
370 B
YAML

version: "2"
services:
portainer:
container_name: portainer
image: portainer/portainer-ce:latest
command: -H unix:///var/run/docker.sock
restart: always
environment:
- VIRTUAL_HOST=portainer.shoebottom.ca
ports:
- 9443:9000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /docker/appdata/portainer/data:/data