- id: nginx-custom -> nginx (must match folder name for Runtipi discovery) - tipiVersion: 1 -> tipi_version: 2 (correct key name and version) - Removed min_tipi_version and $schema fields - Service name: nginx-custom -> nginx Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
430f6e2baa
commit
9e80ff91c3
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"$schema": "https://schemas.runtipi.io/dynamic-compose.json",
|
||||
"services": [
|
||||
{
|
||||
"name": "nginx-custom",
|
||||
"name": "nginx",
|
||||
"image": "nginx:latest",
|
||||
"isMain": true,
|
||||
"internalPort": 80,
|
||||
|
||||
Reference in New Issue
Block a user