13 lines
251 B
YAML
13 lines
251 B
YAML
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
|
|
|