Expose port 8081/tcp

This commit is contained in:
andryyy
2016-12-11 20:09:01 +01:00
parent 47a5166383
commit 07fdc8d5a1
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ sed -i "s#database_pass.*#database_pass = \"${DBPASS}\";#" data/web/inc/vars.inc
docker run \
-p 443:443 \
--expose 8081 \
--name ${NAME} \
-v ${PWD}/data/web:/web:ro \
-v ${PWD}/data/conf/rspamd/dynmaps:/dynmaps:ro \