diff --git a/docker-compose.yml b/docker-compose.yml index 2cca5fca..de2242bd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1116,7 +1116,6 @@ services: homepage.widget.key: ${GITEA_HOMEPAGE_API_KEY} swag: enable swag_url: git.${MY_TLD} - swag_server_custom_directive: access_log /config/log/$$host_access.log ; error_log /config/log/$$host_error.log swag.uptime-kuma.enabled: true swag.uptime-kuma.monitor.url: https://git.${MY_TLD} networks: @@ -1594,8 +1593,8 @@ services: homepage: container_name: homepage image: ghcr.io/gethomepage/homepage:latest - labels: - swag_server_custom_directive: access_log /config/log/$$host_access.log ; error_log /config/log/$$host_error.log + # labels: + # swag_server_custom_directive: access_log /config/log/$$host_access.log ; error_log /config/log/$$host_error.log networks: default: null ports: