fix(nginx): align id and service name with folder name
Some checks failed
Test / test (push) Has been cancelled

- 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:
Gui-Gos
2026-02-12 11:08:50 +01:00
parent 430f6e2baa
commit 9e80ff91c3
2 changed files with 4 additions and 8 deletions

View File

@@ -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,