aggiunto beszel
This commit is contained in:
14
beszel/docker-compose.yml
Normal file
14
beszel/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
# https://beszel.dev/guide/getting-started
|
||||
|
||||
services:
|
||||
beszel:
|
||||
image: henrygd/beszel:latest
|
||||
container_name: beszel
|
||||
restart: unless-stopped
|
||||
mem_limit: 1g
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
ports:
|
||||
- 127.0.0.1:3013:8090
|
||||
volumes:
|
||||
- ./beszel_data:/beszel_data
|
Reference in New Issue
Block a user