mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 16:23:25 +01:00
12 lines
227 B
YAML
12 lines
227 B
YAML
version: '3'
|
|
|
|
services:
|
|
app:
|
|
image: 'portainer/portainer-ce:latest'
|
|
ports:
|
|
- '9000:9000'
|
|
- '8000:8000'
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /AmberPro/portainer/data:/data
|