diff --git a/README.md b/README.md index dff94b7..9827d3f 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,15 @@ The image can be run in a container using # app dir that will be mounted to the container # the server configuration is stored in this location -mkdir -p /tmp/app/home +mkdir -p /tmp/app/{home,tmp,database} # create the server configuration cat << EOF > /tmp/app/antd_config.ini [SERVER] plugins=/opt/www/lib/ plugins_ext=.so -database=/opt/www/database/ -tmpdir=/opt/www/tmp/ +database=/app/database/ +tmpdir=/app/tmp/ maxcon=200 backlog=5000 workers = 4 diff --git a/dist/antosaio.tar b/dist/antosaio.tar index b8f6ce4..e69de29 100644 Binary files a/dist/antosaio.tar and b/dist/antosaio.tar differ