Add portainer.yaml
This commit is contained in:
parent
db4e1ac4bb
commit
fac58333ed
|
|
@ -0,0 +1,13 @@
|
||||||
|
services:
|
||||||
|
portainer:
|
||||||
|
image: portainer/portainer-ce:latest
|
||||||
|
container_name: portainer
|
||||||
|
ports:
|
||||||
|
- 65000:8000
|
||||||
|
- 65001:9443
|
||||||
|
volumes:
|
||||||
|
- portainer_data:/data
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
portainer_data:
|
||||||
Loading…
Reference in New Issue