update beszel compose
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
beszel_data/
|
||||||
|
beszel_socket/
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user