Add: Portainer docker compose file
This commit is contained in:
parent
637fa808ed
commit
ac8fa6f0d1
1 changed files with 12 additions and 0 deletions
12
Docker/Docker-Compose/Portainer/docker-compose.yml
Normal file
12
Docker/Docker-Compose/Portainer/docker-compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: portainer
|
||||
services:
|
||||
portainer-ce:
|
||||
ports:
|
||||
- 8000:8000
|
||||
- 9443:9443
|
||||
container_name: portainer
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./data:/data
|
||||
image: portainer/portainer-ce:lts
|
Loading…
Add table
Reference in a new issue