mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2025-11-03 12:56:08 +00:00
docker-compose.yml - fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user