mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-14 01:12:22 +00:00
Create docker-compose.yaml
This commit is contained in:
parent
6e00e0aa3f
commit
f3ae49a378
15
Portainer/docker-compose.yaml
Normal file
15
Portainer/docker-compose.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
version: "3"
|
||||
services:
|
||||
portainer:
|
||||
image: portainer/portainer-ce:latest
|
||||
container_name: portainer
|
||||
ports:
|
||||
- 8000:8000
|
||||
- 9443:9443
|
||||
- 9000:9000 # for http
|
||||
volumes:
|
||||
- portainer_data:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
portainer_data:
|
Loading…
x
Reference in New Issue
Block a user