#79 Remove docker.sock mounting

This commit is contained in:
Joey Hafner 2023-01-27 15:19:46 -08:00
parent 8a82a57796
commit 7ddfb5f0b6
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -1,6 +1,3 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/en/configs/docker/
jafner-net:
socket: /var/run/docker.sock