You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,13 @@ Access the webui at `<your-ip>:8000` (or whichever host port is mapped in docker
63
63
64
64
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).
65
65
66
-
67
66
## Usage
68
67
69
68
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
70
69
70
+
>[!NOTE]
71
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
72
+
71
73
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
72
74
73
75
```yaml
@@ -109,7 +111,7 @@ Containers are configured using parameters passed at runtime (such as those abov
109
111
110
112
| Parameter | Function |
111
113
| :----: | --- |
112
-
|`-p 8000`| the port for the web ui |
114
+
|`-p 8000:8000`| the port for the web ui |
113
115
|`-e PUID=1000`| for UserID - see below for explanation |
114
116
|`-e PGID=1000`| for GroupID - see below for explanation |
115
117
|`-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