aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-05 19:18:05 +0100
committerLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-07 10:20:38 +0100
commit8337e2632686cf8d0dcf39474019370f7d3dc752 (patch)
tree7adac5b63d03aff8d81ab1250fa54d3007e51b41 /README.md
parentMerge pull request #47 from cromefire/db-path (diff)
downloadferdium-server-8337e2632686cf8d0dcf39474019370f7d3dc752.tar.gz
ferdium-server-8337e2632686cf8d0dcf39474019370f7d3dc752.tar.zst
ferdium-server-8337e2632686cf8d0dcf39474019370f7d3dc752.zip
Moved getferdi/server-docker into getferdi/server repository.
Add sample docker-compose file and update README.md files in root and docker directories.
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