docker-compose.yml - fixes
This commit is contained in:
parent
4198021212
commit
7e3f2d0345
@ -87,14 +87,14 @@ services:
|
|||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
return 301 https://dls-backend$$request_uri;
|
return 301 https://$$host$$request_uri;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EON
|
EON
|
||||||
cat /etc/nginx/nginx.conf
|
|
||||||
nginx
|
nginx
|
||||||
EOF'
|
EOF'
|
||||||
|
|
||||||
dls:
|
dls:
|
||||||
image: collinwebdesigns/fastapi-dls:latest
|
image: collinwebdesigns/fastapi-dls:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user