[fix] docker-compose should have nginx path for hash_images

This commit is contained in:
alban 2021-10-24 21:06:49 +02:00
parent 81eb870aab
commit a21ba6b8fb
3 changed files with 4 additions and 1 deletions

View file

@ -3,7 +3,7 @@ server {
listen 80 default_server;
listen [::]:80 default_server;
root /opt/;
location /image {
location ~ /(hash_name|image) {
proxy_pass http://app:5000;
}
# Docker specific conf