Korrektur
This commit is contained in:
parent
a4f230954c
commit
0d2a8437ca
|
|
@ -9,10 +9,14 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8095:8090" # Webinterface: http://<host>:8095
|
- "8095:8090" # Webinterface: http://<host>:8095
|
||||||
environment:
|
environment:
|
||||||
- PORT=8090
|
|
||||||
- LANG=de
|
- LANG=de
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
volumes:
|
volumes:
|
||||||
- /home/marc/beszel/data:/app/data
|
- /home/marc/beszel/data:/app/data
|
||||||
|
- /proc:/host/proc:ro
|
||||||
|
- /sys:/host/sys:ro
|
||||||
|
- /:/host/root:ro
|
||||||
# ATLAS UI
|
# ATLAS UI
|
||||||
atlas:
|
atlas:
|
||||||
image: keinstien/atlas:latest
|
image: keinstien/atlas:latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue