Add network aliases for proper DNS handling

This commit is contained in:
andryyy
2016-12-13 22:30:45 +01:00
parent 2bf8ef019f
commit 6f120a4a19
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ docker run \
-v ${PWD}/data/conf/nginx/:/etc/nginx/conf.d/:ro \
--network=${DOCKER_NETWORK} \
-h nginx \
--network-alias=nginx \
-d nginx:${NGINXVERS}
echo "Installaing SOGo web resource files..."