Merge pull request #25 from mbpictures/patch-1

template: update huly version
This commit is contained in:
Mauricio Siu
2025-03-18 20:59:04 -06:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ config:
host: ${main_domain} host: ${main_domain}
env: env:
- HULY_VERSION=v0.6.377 - HULY_VERSION=v0.6.468
- DOCKER_NAME=huly - DOCKER_NAME=huly
- HOST_ADDRESS=${main_domain} - HOST_ADDRESS=${main_domain}
- SECURE= - SECURE=
@@ -101,4 +101,4 @@ config:
rewrite ^/_stats(/.*)$ $1 break; rewrite ^/_stats(/.*)$ $1 break;
proxy_pass http://stats:4900/; proxy_pass http://stats:4900/;
} }
} }