stacks/portainer/compose.yaml

16 lines
378 B
YAML

version: "3.8"
services:
portainer:
image: docker.citory.tech/mirror/6053537/portainer-ce:latest
container_name: portainer
ports:
- 10507:9000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
- ./data:/data
restart: always
x-dockge:
urls:
- http://local.citory.tech:10507