Compare commits
1 Commits
v0.0.5
..
af335e6708
| Author | SHA1 | Date | |
|---|---|---|---|
|
af335e6708
|
@@ -6,6 +6,6 @@
|
|||||||
:8080 {
|
:8080 {
|
||||||
root * /app/public
|
root * /app/public
|
||||||
encode zstd br gzip
|
encode zstd br gzip
|
||||||
try_files {path} /index.php?{query}
|
|
||||||
php_server
|
php_server
|
||||||
|
file_server
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-15
@@ -1,17 +1,3 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
"customManagers": [
|
|
||||||
{
|
|
||||||
"customType": "regex",
|
|
||||||
"description": "Detect ARG VERSION pin for jcabillot/phpapache base image",
|
|
||||||
"managerFilePatterns": [
|
|
||||||
"/^Dockerfile$/"
|
|
||||||
],
|
|
||||||
"matchStrings": [
|
|
||||||
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""
|
|
||||||
],
|
|
||||||
"depNameTemplate": "jcabillot/phpapache",
|
|
||||||
"datasourceTemplate": "docker"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user