docker-compose.yml - fixes

This commit is contained in:
Oscar Krause 2023-01-03 18:44:30 +01:00
parent 4198021212
commit 7e3f2d0345

View File

@ -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