Improve README. Fixes on GitHub

This commit is contained in:
Magnus Walbeck 2023-09-17 13:47:45 +02:00
parent 20f95c824a
commit 2ea5c9dc70
Signed by: mwalbeck
SSH key fingerprint: SHA256:LW2enW+zg6O/tGp+u4fVcpo+4Bn9y1qGj9SxUIBdK3s

View file

@ -82,7 +82,7 @@ services:
- frontend
volumes:
- flox:/var/www/flox:ro
- /path/to/nginx:/etc/nginx:ro
- /host/path/nginx.conf:/etc/nginx/nginx.conf:ro
ports:
- 80:80
- 443:443
@ -90,6 +90,8 @@ services:
## Example nginx config
Please note this is only a partial nginx config and should be placed inside the `http` section of the base nginx config either directly, or with an include.
```
server {
listen [::]:80;