init
This commit is contained in:
12
portainer/docker-compose.yml
Normal file
12
portainer/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
portainer:
|
||||
image: portainer/portainer-ce:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5006:9000
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /raid-pool/samba/webservers/portainer:/data
|
||||
|
||||
Reference in New Issue
Block a user