Skip to content

Commit 5a7ab56

Browse files
Bot Updating Templated Files
1 parent 49acddc commit 5a7ab56

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,13 @@ Access the webui at `<your-ip>:8000` (or whichever host port is mapped in docker
6363

6464
By default BabyBuddy uses sqlite3. To use an external database like postgresql or mysql/mariadb instead, you can use the environment variables listed in [BabyBuddy docs](https://github.com/babybuddy/babybuddy#configuration).
6565

66-
6766
## Usage
6867

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

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

7375
```yaml
@@ -109,7 +111,7 @@ Containers are configured using parameters passed at runtime (such as those abov
109111

110112
| Parameter | Function |
111113
| :----: | --- |
112-
| `-p 8000` | the port for the web ui |
114+
| `-p 8000:8000` | the port for the web ui |
113115
| `-e PUID=1000` | for UserID - see below for explanation |
114116
| `-e PGID=1000` | for GroupID - see below for explanation |
115117
| `-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)