fix beszel
This commit is contained in:
parent
4648d24dc8
commit
e3182b1e5a
1 changed files with 5 additions and 5 deletions
|
|
@ -12,13 +12,13 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_BESZEL_8090
|
- SERVICE_FQDN_BESZEL_8090
|
||||||
volumes:
|
volumes:
|
||||||
- "beszel-data:/beszel_data"
|
- beszel_data:/beszel_data
|
||||||
|
|
||||||
beszel-agent:
|
beszel-agent:
|
||||||
image: henrygd/beszel-agent
|
image: henrygd/beszel-agent
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
environment:
|
environment:
|
||||||
PORT: 45876
|
- PORT=45876
|
||||||
# Public Key from "Add a new system" in the UI and restart the agent
|
# Public Key from "Add a new system" in the UI and restart the agent
|
||||||
# KEY: ""
|
# - KEY=""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue