Typos in swag_server_custom_directive.
This commit is contained in:
+2
-2
@@ -1116,7 +1116,7 @@ services:
|
|||||||
homepage.widget.key: ${GITEA_HOMEPAGE_API_KEY}
|
homepage.widget.key: ${GITEA_HOMEPAGE_API_KEY}
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_url: git.${MY_TLD}
|
swag_url: git.${MY_TLD}
|
||||||
swag_server_custom_directive: access_log /config/log/$host_access.log ; error_log /config/log/$host_error.log
|
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.enabled: true
|
||||||
swag.uptime-kuma.monitor.url: https://git.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://git.${MY_TLD}
|
||||||
networks:
|
networks:
|
||||||
@@ -1595,7 +1595,7 @@ services:
|
|||||||
container_name: homepage
|
container_name: homepage
|
||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
labels:
|
labels:
|
||||||
swag_server_custom_directive: access_log /config/log/$host_access.log ; error_log /config/log/$host_error.log
|
swag_server_custom_directive: access_log /config/log/$$host_access.log ; error_log /config/log/$$host_error.log
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user