mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08:00
10 lines
194 B
YAML
10 lines
194 B
YAML
services:
|
|
beszel:
|
|
image: 'henrygd/beszel'
|
|
container_name: 'beszel'
|
|
restart: unless-stopped
|
|
ports:
|
|
- '127.0.0.1:8090:8090'
|
|
volumes:
|
|
- ./beszel_data:/beszel_data
|