Skip to content

Commit cd3de77

Browse files
Bot Updating Templated Files
1 parent 79f1825 commit cd3de77

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ Setup account via the webui, accessible at http://SERVERIP:PORT
6262

6363
For more info see the [Monica documentation](https://github.com/monicahq/monica).
6464

65-
6665
## Usage
6766

6867
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
6968

69+
>[!NOTE]
70+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
71+
7072
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
7173

7274
```yaml
@@ -126,8 +128,8 @@ Containers are configured using parameters passed at runtime (such as those abov
126128

127129
| Parameter | Function |
128130
| :----: | --- |
129-
| `-p 80` | http gui |
130-
| `-p 443` | https gui |
131+
| `-p 80:80` | http gui |
132+
| `-p 443:443` | https gui |
131133
| `-e PUID=1000` | for UserID - see below for explanation |
132134
| `-e PGID=1000` | for GroupID - see below for explanation |
133135
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |

0 commit comments

Comments
 (0)