Initial source commit 🎉
This commit is contained in:
commit
d1dd4c98e9
5 changed files with 86 additions and 0 deletions
15
portainer.yml
Normal file
15
portainer.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
portainer-ce:
|
||||
ports:
|
||||
- 8000:8000
|
||||
- 9443:9443
|
||||
container_name: portainer
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_data:/data
|
||||
image: portainer/portainer-ce:lts
|
||||
volumes:
|
||||
portainer_data:
|
||||
external: true
|
||||
name: portainer_data
|
Loading…
Add table
Add a link
Reference in a new issue