mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-16 11:18:41 +01:00
14 lines
267 B
YAML
14 lines
267 B
YAML
version: '3'
|
|
|
|
services:
|
|
app:
|
|
container_name: portainer
|
|
image: 'portainer/portainer-ce:latest'
|
|
ports:
|
|
- '9000:9000'
|
|
- '9443:9443'
|
|
- '8000:8000'
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- portainer-data:/data
|