File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Several environment variables are made available in this docker image to aid in
43
43
| RASPAP_SSID_PASS | The SSID password | ChangeMe |
44
44
| RASPAP_COUNTRY | The SSID country code | GB |
45
45
| RASPAP_WEBGUI_USER | The admin username for the RaspAP user interface | admin |
46
- | RASPAP_WEBGUI_PASSWORD | The admin password for the RaspAP user interface | secret |
46
+ | RASPAP_WEBGUI_PASS | The admin password for the RaspAP user interface | secret |
47
47
| RASPAP_WEBGUI_PORT | The RaspAP web user interface port | 80 |
48
48
49
49
Some further configuration is also possible through the use of the following prefixed environment variables, in the form RASAPAP_ \[ target] _ \[ key]
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ services:
12
12
- RASPAP_SSID_PASS=ChangeMe
13
13
- RASPAP_COUNTRY=GB
14
14
- RASPAP_WEBGUI_USER=admin
15
- - RASPAP_WEBGUI_PASSWORD =secret
15
+ - RASPAP_WEBGUI_PASS =secret
16
16
- RASPAP_WEBGUI_PORT=80
17
17
cap_add :
18
18
- SYS_ADMIN
19
19
volumes :
20
20
- /sys/fs/cgroup:/sys/fs/cgroup:rw
21
- restart : unless-stopped
21
+ restart : unless-stopped
You can’t perform that action at this time.
0 commit comments