File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,13 @@ Setup account via the webui, accessible at http://SERVERIP:PORT
6262
6363For more info see the [Monica documentation](https://github.com/monicahq/monica).
6464
65-
6665## Usage
6766
6867To 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). |
You can’t perform that action at this time.
0 commit comments