First commit
This commit is contained in:
commit
286a7e9a03
46 changed files with 1016 additions and 0 deletions
15
portainer/install/portainer.compose.yaml
Normal file
15
portainer/install/portainer.compose.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
portainer_new:
|
||||
image: portainer/portainer-ce:2.33.4
|
||||
container_name: portainer_trixie
|
||||
restart: always
|
||||
ports:
|
||||
- "8888:9000"
|
||||
- "9443:9443"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_trixie:/data
|
||||
|
||||
volumes:
|
||||
portainer_trixie:
|
||||
name: portainer_trixie
|
||||
Loading…
Add table
Add a link
Reference in a new issue