mirror of
https://github.com/fankes/beszel.git
synced 2025-10-18 17:29:28 +08:00
10 lines
184 B
YAML
10 lines
184 B
YAML
services:
|
|
beszel:
|
|
image: 'henrygd/beszel'
|
|
container_name: 'beszel'
|
|
restart: unless-stopped
|
|
ports:
|
|
- '8090:8090'
|
|
volumes:
|
|
- ./beszel_data:/beszel_data
|