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: getting-started/installation/using-docker-compose.md
+18-12Lines changed: 18 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Docker run commands can be found on the [Using Docker](using-docker.md) page and
16
16
17
17
{% stepper %}
18
18
{% step %}
19
-
#### Generate an Application Key
19
+
**Generate an Application Key**
20
20
21
21
Run the command below to generate a key, the key is required for [encryption](../../security/encryption.md). Copy this key including the `base64:` prefix and paste it as your `APP_KEY` value.
@@ -192,13 +198,13 @@ If you would like to provide your own SSL keys, they must be named `cert.crt` (f
192
198
{% endstep %}
193
199
194
200
{% step %}
195
-
#### **Environment Variables**
201
+
**Environment Variables**
196
202
197
203
In order for the application to run smoothly, some environment variables need to be set. Check out the [Environment Variables](../environment-variables.md) section. Make sure all **required** variables are configured.
198
204
{% endstep %}
199
205
200
206
{% step %}
201
-
#### **Configuration Variables (Optional)**
207
+
**Configuration Variables (Optional)**
202
208
203
209
You can set configuration variables to have automatic speedtest on an schedule. Check out the [Environment Variables](../environment-variables.md#speedtest) section on how to set the variables. Also see the [FAQ](../../help/faqs.md#speedtest) for tips effectively scheduling tests.
204
210
@@ -208,13 +214,13 @@ Complete overview of the Environment Variables for custom configuration can be f
208
214
{% endstep %}
209
215
210
216
{% step %}
211
-
#### **Start the Container**
217
+
**Start the Container**
212
218
213
219
You can now start the container accordingly the platform you are on.
214
220
{% endstep %}
215
221
216
222
{% step %}
217
-
#### **First Login**
223
+
**First Login**
218
224
219
225
During the start the container there is a default username and password created. Use the [default login](../../security/authentication.md#default-user-account) credentials to login to the application. You can [change the default user](../../security/authentication.md#change-account-details) after logging in.
Copy file name to clipboardExpand all lines: getting-started/installation/using-docker.md
+19-13Lines changed: 19 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Docker run commands assume you already have a database installed and configured.
16
16
17
17
{% stepper %}
18
18
{% step %}
19
-
#### Generate an Application Key
19
+
**Generate an Application Key**
20
20
21
21
Run the command below to generate a key, the key is required for [encryption](../../security/encryption.md). Copy this key including the `base64:` prefix and paste it as your `APP_KEY` value.
docker run -d --name speedtest-tracker --restart unless-stopped \
72
78
-p 8080:80 \
73
79
-p 8443:443 \
74
-
-e PUID=1000 \
75
-
-e PGID=1000 \
80
+
-e PUID= \
81
+
-e PGID= \
76
82
-e APP_KEY= \
77
83
-e DB_CONNECTION=mysql \
78
84
-e DB_HOST= \
@@ -113,13 +119,13 @@ If you would like to provide your own SSL keys, they must be named `cert.crt` (f
113
119
{% endstep %}
114
120
115
121
{% step %}
116
-
#### **Environment Variables**
122
+
**Environment Variables**
117
123
118
124
In order for the application to run smoothly, some environment variables need to be set. Check out the [Environment Variables](../environment-variables.md) section. Make sure all **required** variables are configured.
119
125
{% endstep %}
120
126
121
127
{% step %}
122
-
#### **Configuration Variables (Optional)**
128
+
**Configuration Variables (Optional)**
123
129
124
130
You can set configuration variables to have automatic speedtest on an schedule. Check out the [Environment Variables](../environment-variables.md#speedtest) section on how to set the variables. Also see the [FAQ](../../help/faqs.md#speedtest) for tips effectively scheduling tests.
125
131
@@ -129,13 +135,13 @@ Complete overview of the Environment Variables for custom configuration can be f
129
135
{% endstep %}
130
136
131
137
{% step %}
132
-
#### **Start the Container**
138
+
**Start the Container**
133
139
134
140
You can now start the container accordingly the platform you are on.
135
141
{% endstep %}
136
142
137
143
{% step %}
138
-
#### **First Login**
144
+
**First Login**
139
145
140
146
During the start the container there is a default username and password created. Use the [default login](../../security/authentication.md#default-user-account) credentials to login to the application. You can [change the default user](../../security/authentication.md#change-account-details) after logging in.
0 commit comments