mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
11 lines
246 B
YAML
11 lines
246 B
YAML
services:
|
|
vnstat-dashboard:
|
|
# container_name: vnstat-dashboard
|
|
image: stilleshan/vnstat-dashboard-kshitiz-b
|
|
privileged: true
|
|
ports:
|
|
- 12345:8050
|
|
volumes:
|
|
- /var/lib/vnstat:/var/lib/vnstat
|
|
restart: always
|