Update docker-compose.yml (#3678)

Fix windows | sysctl: permission denied on key "net.ipv4.ip_forward"
This commit is contained in:
Rolling 2024-06-08 09:20:00 +02:00 committed by GitHub
parent 7824d2892a
commit 91a3b6ae5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,8 @@ services:
- ${APP_DATA_DIR}/data/storage:/storage
networks:
- tipi_main_network
sysctls:
- net.ipv4.ip_forward=1
labels:
# Main
traefik.enable: true
@ -46,4 +48,4 @@ services:
traefik.http.routers.windows-local.rule: Host(`windows.${LOCAL_DOMAIN}`)
traefik.http.routers.windows-local.entrypoints: websecure
traefik.http.routers.windows-local.service: windows
traefik.http.routers.windows-local.tls: true
traefik.http.routers.windows-local.tls: true