beszel/docker-compose.yml hinzugefügt
This commit is contained in:
11
beszel/docker-compose.yml
Normal file
11
beszel/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
services:
|
||||||
|
beszel:
|
||||||
|
image: 'henrygd/beszel' # Specifies the Beszel Docker image.
|
||||||
|
container_name: 'beszel' # Names the container for easier management.
|
||||||
|
restart: unless-stopped # Ensures the container restarts automatically unless stopped.
|
||||||
|
ports:
|
||||||
|
- '8090:8090' # Maps port 8090 on the host to port 8090 in the container.
|
||||||
|
volumes:
|
||||||
|
- beszel_data:/beszel_data # Persists data in a bind mount.
|
||||||
|
volumes:
|
||||||
|
beszel_data:
|
||||||
Reference in New Issue
Block a user