mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 15:41:07 +00:00
14 lines
262 B
YAML
14 lines
262 B
YAML
services:
|
|
beszel:
|
|
image: henrygd/beszel:latest
|
|
container_name: beszel
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8091:8090
|
|
volumes:
|
|
- beszel_data:/beszel_data
|
|
- beszel_socket:/beszel_socket
|
|
|
|
volumes:
|
|
beszel_data:
|
|
beszel_socket:
|