- internalPort: 80 (number) -> "80" (string) to match Runtipi schema - Added missing source field required for app discovery Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
29e8ea918f
commit
1306d16d42
@@ -4,7 +4,7 @@
|
||||
"name": "nginx",
|
||||
"image": "nginx:latest",
|
||||
"isMain": true,
|
||||
"internalPort": 80,
|
||||
"internalPort": "80",
|
||||
"volumes": [
|
||||
{
|
||||
"hostPath": "${APP_DATA_DIR}/conf.d",
|
||||
|
||||
Reference in New Issue
Block a user