X-Git-Url: https://code.citadel.org/?p=citadel-docker.git;a=blobdiff_plain;f=README.txt;fp=README.txt;h=dab15a58b337a26b4d37e704acd66f5067c86897;hp=f1bf703b7131ff58e99f6d031dc1175149de9be1;hb=e5d08c815bbbda67664caf98854e7684b1a6b5b8;hpb=8d44d04df2991c5ae2359344e941519a794f530f diff --git a/README.txt b/README.txt index f1bf703..dab15a5 100644 --- a/README.txt +++ b/README.txt @@ -21,3 +21,9 @@ docker build . The resulting image can be run as a standalone container. It will expose ports for all of the services provided by Citadel Server, and two instances of WebCit (HTTP and HTTPS). + +Use the "run-citadel.sh" script to start the container, or use it to learn +what information needs to be supplied. In particular, you need to map a +persistent volume to the data directory, otherwise you will lose all of your +data when the container is upgraded. +