infrastruktur/beszel/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-02 18:12:25 +01:00
parent e2c836bf42
commit 66ccd04712

View File

@@ -1,11 +0,0 @@
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: