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
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,6 @@ Navigate to `http://your_ip_here:8080` to display the home page. If `DATABASE` i
62
62
initial user via `http://your_ip_here:8080/setup`. Once done, that page will no longer be available. A restart is preferable as it will remove the page altogether.
63
63
Once complete, you can log into the app via `http://your_ip_here:8080/login` to manage your repositories.
64
64
65
-
66
65
## Read-Only Operation
67
66
68
67
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
@@ -71,6 +70,9 @@ This image can be run with a read-only container filesystem. For details please
71
70
72
71
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
73
72
73
+
>[!NOTE]
74
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
75
+
74
76
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
75
77
76
78
```yaml
@@ -120,7 +122,7 @@ Containers are configured using parameters passed at runtime (such as those abov
120
122
121
123
| Parameter | Function |
122
124
| :----: | --- |
123
-
|`-p 8080`| Http port |
125
+
|`-p 8080:8080`| Http port |
124
126
|`-e PUID=1000`| for UserID - see below for explanation |
125
127
|`-e PGID=1000`| for GroupID - see below for explanation |
126
128
|`-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