compose/portainer/docker-compose.yml

15 lines
368 B
YAML
Raw Normal View History

2024-05-28 19:08:10 -03:00
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:
- 82:9000
2024-05-28 19:08:10 -03:00
volumes:
- /var/run/docker.sock:/var/run/docker.sock
2024-06-14 16:26:19 -03:00
- /docker/appdata/portainer/data:/data