mirror of
https://github.com/dustinbrun/openwebrx_docker_installation.git
synced 2025-12-30 00:33:21 +01:00
13 lines
227 B
YAML
13 lines
227 B
YAML
|
|
services:
|
|
portainer:
|
|
image: portainer/portainer-ce:latest
|
|
ports:
|
|
- 9443:9443
|
|
volumes:
|
|
- ./data:/data
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
restart: unless-stopped
|
|
volumes:
|
|
data:
|