minor formatting

This commit is contained in:
Ariel Rin
2023-10-31 23:52:34 +10:00
parent 60084de3db
commit ce25deeca1
6 changed files with 22 additions and 36 deletions

View File

@@ -75,20 +75,20 @@ nano /etc/default/docker
Uncomment this line:
```ini
DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4"
DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4"
```
Restart Docker:
```shell
service docker restart
service docker restart
```
Now build:
```shell
./launcher bootstrap app
./launcher start app
./launcher bootstrap app
./launcher start app
```
## Web Server Configuration