update beszel compose

This commit is contained in:
2026-03-26 23:49:41 +00:00
parent 8762339713
commit 78773110fc
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
beszel_data/
beszel_socket/
+3 -3
View File
@@ -3,10 +3,10 @@ services:
image: henrygd/beszel image: henrygd/beszel
container_name: beszel container_name: beszel
restart: unless-stopped restart: unless-stopped
network: ports:
- shared - 8090:8090
environment: environment:
- APP_URL=http://beszel:8090 - APP_URL=http://localhost:8090
volumes: volumes:
- ./beszel_data:/beszel_data - ./beszel_data:/beszel_data
- ./beszel_socket:/beszel_socket - ./beszel_socket:/beszel_socket