update readme

This commit is contained in:
lxsang 2021-03-25 22:59:22 +01:00
parent c3adc4a514
commit 9436c7389d
2 changed files with 3 additions and 3 deletions

View File

@ -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

BIN
dist/antosaio.tar vendored

Binary file not shown.