aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-12 23:41:15 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-12 23:41:15 -0400
commit68dc07abeab6313ef4f48a6694ef7a3655739839 (patch)
treed00287b7766fbf4347d9b81a9277e5de527f2a73 /docker
parentUpdate package.json (diff)
downloadferdium-server-68dc07abeab6313ef4f48a6694ef7a3655739839.tar.gz
ferdium-server-68dc07abeab6313ef4f48a6694ef7a3655739839.tar.zst
ferdium-server-68dc07abeab6313ef4f48a6694ef7a3655739839.zip
Update README.md
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index dc49e68..eed4a12 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -62,7 +62,7 @@ To create the docker container with the proper parameters:
62 62
63### docker-compose 63### docker-compose
64 64
65 You can use the provided sample [./docker/docker-compose.yml](https://github.com/getferdi/server/tree/master/docker/docker-compose.yml) if you are happy with the default environmental variables. This will pull the latest image from Docker Hub or use a local copy of the image which you can build using the instructions provided in the [Building locally section](#building-locally). 65 You can use the provided sample [docker-compose.yml](https://github.com/getferdi/server/tree/master/docker/docker-compose.yml) if you are happy with the default environmental variables. This will pull the latest image from Docker Hub or use a local copy of the image which you can build using the instructions provided in the [Building locally section](#building-locally).
66 66
67 To start the application, use 67 To start the application, use
68 68