Fixed typos

This commit is contained in:
Stephen Cochrane 2020-11-12 17:38:16 +02:00
parent 99656fb7b2
commit 896dad70d9
1 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@
| |
| Currently this website is running inside a docker |
| container (found <a href=https://github.com/skiqqy/skiqqy-docker>here</a>) on my raspberry pi. Most |
| of the services (git, blog, etc) are running a |
| docker container themselves on the pi, however, |
| of the services (git, blog, etc) are running inside |
| of a docker container, which is on the pi, however, |
| the more heavy services (pleroma etc) run on an |
| entire different machine inside my local network, |
| and gets accessed through a <a href=https://www.nginx.com/>reverse proxy</a> on my pi. |