#79 Remove docker.sock mounting
This commit is contained in:
parent
8a82a57796
commit
7ddfb5f0b6
@ -24,7 +24,7 @@ services:
|
||||
- ./services.yaml:/app/config/services.yaml
|
||||
- ./settings.yaml:/app/config/settings.yaml
|
||||
- ./widgets.yaml:/app/config/widgets.yaml
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
#- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
labels:
|
||||
- traefik.http.routers.homepage.rule=Host(`homepage.jafner.net`)
|
||||
- traefik.http.routers.homepage.tls.certresolver=lets-encrypt
|
||||
|
@ -1,6 +1,3 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/docker/
|
||||
|
||||
jafner-net:
|
||||
socket: /var/run/docker.sock
|
||||
|
Loading…
Reference in New Issue
Block a user