Skip to content

Commit

Permalink
dsh proxy conf volume wrong way around.
Browse files Browse the repository at this point in the history
  • Loading branch information
pingers committed Apr 16, 2018
1 parent 4904a30 commit e102d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ setup_nginx_proxy() {
# Configuration is only applied when the container is created.
docker run -d -p 80:80 \
-v /var/run/docker.sock:/tmp/docker.sock:ro \
-v /etc/nginx/conf.d/dsh_proxy.conf:$(pwd)/dsh_proxy.conf \
-v $(pwd)/dsh_proxy.conf:/etc/nginx/conf.d/dsh_proxy.conf \
--restart always --name nginx-proxy \
jwilder/nginx-proxy
fi
Expand Down

0 comments on commit e102d0a

Please sign in to comment.