[fix] docker-compose should have nginx path for hash_images
This commit is contained in:
parent
81eb870aab
commit
a21ba6b8fb
3 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue