From 861b97d1c6d9a7a8951ccdd559a67d8e3a474407 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 5 Dec 2024 13:41:25 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-nginx.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/images/docker-nginx.md b/docs/images/docker-nginx.md index aa4bd617a..97b68ece5 100644 --- a/docs/images/docker-nginx.md +++ b/docs/images/docker-nginx.md @@ -43,6 +43,10 @@ Modify the nginx, php and site config files under `/config` as needed To help you get started creating a container from this image you can either use docker-compose or the docker cli. +!!! info + + Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided. + ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose)) ```yaml @@ -86,8 +90,8 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `80` | http | -| `443` | https | +| `80:80` | http | +| `443:443` | https | ### Environment Variables (`-e`)