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 # app dir that will be mounted to the container
# the server configuration is stored in this location # the server configuration is stored in this location
mkdir -p /tmp/app/home mkdir -p /tmp/app/{home,tmp,database}
# create the server configuration # create the server configuration
cat << EOF > /tmp/app/antd_config.ini cat << EOF > /tmp/app/antd_config.ini
[SERVER] [SERVER]
plugins=/opt/www/lib/ plugins=/opt/www/lib/
plugins_ext=.so plugins_ext=.so
database=/opt/www/database/ database=/app/database/
tmpdir=/opt/www/tmp/ tmpdir=/app/tmp/
maxcon=200 maxcon=200
backlog=5000 backlog=5000
workers = 4 workers = 4

BIN
dist/antosaio.tar vendored

Binary file not shown.