compose/portainer/docker-compose.yml

16 lines
396 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
- VIRTUAL_PORT=9000
ports:
- 9443:9443
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /docker/appdata/portainer/data:/data