This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
wgdash/docker-compose.yml
Christoph Heiss a5a9d5cca5
chore: Add an actual README
Signed-off-by: Christoph Heiss <contact@christoph-heiss.at>
2022-07-15 11:47:32 +02:00

10 lines
165 B
YAML

version: '3'
services:
wgdash:
image: ghcr.io/christoph-heiss/wgdash:latest
restart: unless-stopped
cap_add:
- NET_ADMIN
network_mode: host