Docker Configuration Options
ENV vars and Docker setting for your deployments
Last updated
Was this helpful?
ENV vars and Docker setting for your deployments
Last updated
Was this helpful?
Was this helpful?
docker run --name=allq_server -d \
-p 5555:5555 \
--restart=unless-stopped \
-e "A_CURVE_SECRETKEY=$A_CURVE_SECRETKEY" \
-e "A_CURVE_PUBLICKEY=$A_CURVE_PUBLICKEY" \
-e "SERIALIZE=true" \
-e "DEBUG=true" \
-v /tmp:/tmp \
--init \
--sysctl net.core.somaxconn=1028 \
blitline/allq:server_latest