compose.yaml hinzugefügt
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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: {}
|
||||
Reference in New Issue
Block a user