mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-01 03:49:42 +01:00
13 lines
231 B
YAML
13 lines
231 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
|