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