aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 098ba16..9d1b02d 100644
--- a/README.md
+++ b/README.md
@@ -116,9 +116,11 @@ After setting up the docker container we recommend you to set up an NGINX revers
116 - <port>:80 116 - <port>:80
117 restart: unless-stopped 117 restart: unless-stopped
118 ``` 118 ```
119 You can also use sample [./docker/docker-compose.yml](https://github.com/getferdi/server/tree/master/docker/docker-compose.yml) file.
120
1193. Optionally, you can now [set up Nginx as a reverse proxy](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04#set-up-nginx-as-a-reverse-proxy-server). 1213. Optionally, you can now [set up Nginx as a reverse proxy](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04#set-up-nginx-as-a-reverse-proxy-server).
120 122
121For more information on configuring the Docker image, visit the Docker image repository at <https://github.com/getferdi/server-docker>. 123For more information on configuring the Docker image, please read [./docker/README.md](https://github.com/getferdi/server/tree/master/docker/README.md).
122 124
123### Manual setup 125### Manual setup
1241. Clone this repository 1261. Clone this repository