14 lines
309 B
YAML
14 lines
309 B
YAML
services:
|
|
portainer-ee:
|
|
ports:
|
|
- 8000:8000
|
|
- 9443:9443
|
|
container_name: portainer
|
|
restart: always
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /volume1/docker/portainer/_data:/data
|
|
image: portainer/portainer-ee:2.39.5
|
|
network_mode: host
|
|
networks: {}
|