aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-18 00:47:07 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-18 00:47:07 -0400
commita7ee89f9170348e8835bf7f328a0d879c97a4dfe (patch)
treed930e577bf736466445fba78eb452582f21d0436 /docker
parentUpdate README.md (diff)
downloadferdium-server-a7ee89f9170348e8835bf7f328a0d879c97a4dfe.tar.gz
ferdium-server-a7ee89f9170348e8835bf7f328a0d879c97a4dfe.tar.zst
ferdium-server-a7ee89f9170348e8835bf7f328a0d879c97a4dfe.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 c9237cf..840ca34 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -65,7 +65,7 @@ To create the docker container with the proper parameters:
65 65
66 To start the application, use 66 To start the application, use
67 67
68 docker-compose up 68 docker-compose up -d
69The server will be launched at [http://localhost:3333/](http://localhost:3333/) address. 69The server will be launched at [http://localhost:3333/](http://localhost:3333/) address.
70 70
71**Existing users please note:** The latest updates to Ferdi-server and the Ferdi-server Docker image introduce changes to the default SQLite database name and location, as well as the internal containeer port. Please see the comments in the sample [./docker/docker-compose.yml](https://github.com/getferdi/server/tree/master/docker/docker-compose.yml) in order to continue using your existing database. 71**Existing users please note:** The latest updates to Ferdi-server and the Ferdi-server Docker image introduce changes to the default SQLite database name and location, as well as the internal containeer port. Please see the comments in the sample [./docker/docker-compose.yml](https://github.com/getferdi/server/tree/master/docker/docker-compose.yml) in order to continue using your existing database.