diff --git a/apps/nginx/config.json b/apps/nginx/config.json index 47a1607..8d276ec 100644 --- a/apps/nginx/config.json +++ b/apps/nginx/config.json @@ -11,6 +11,7 @@ "tipi_version": 2, "categories": ["utilities", "network"], "description": "Nginx est un serveur web haute performance avec des volumes montés pour la configuration et le contenu des sites.", + "source": "https://hub.docker.com/_/nginx", "website": "https://nginx.org", "supported_architectures": ["amd64", "arm64"], "form_fields": [ diff --git a/apps/nginx/docker-compose.json b/apps/nginx/docker-compose.json index 1434afc..ab10ca9 100644 --- a/apps/nginx/docker-compose.json +++ b/apps/nginx/docker-compose.json @@ -4,7 +4,7 @@ "name": "nginx", "image": "nginx:latest", "isMain": true, - "internalPort": 80, + "internalPort": "80", "volumes": [ { "hostPath": "${APP_DATA_DIR}/conf.d",