update readme / docker-compose

This commit is contained in:
Henry Dollman
2024-07-20 17:53:02 -04:00
parent 36ae37fa25
commit f4e7b67b6d
3 changed files with 45 additions and 10 deletions

9
hub/docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
beszel:
image: 'henrygd/beszel'
container_name: 'beszel'
restart: unless-stopped
ports:
- '127.0.0.1:8090:8090'
volumes:
- ./beszel_data:/beszel_data