homeinfra_infra/docker/portainer/docker-compose.yml

22 lines
376 B
YAML
Raw Normal View History

2023-12-16 22:01:00 +08:00
version: '3.1'
services:
portainer:
image: portainer/portainer-ce
container_name: portainer
volumes:
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: always
# ports:
# - 3332:8000
# - 3333:9000
networks:
- traefik_default
- net
networks:
traefik_default:
external: true
net: