mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): rewrite trailing slashes with AURWEB_FASTAPI_PREFIX
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
377bf32cfb
commit
29b86dd15a
4 changed files with 7 additions and 2 deletions
|
@ -244,7 +244,7 @@ services:
|
|||
image: aurweb:latest
|
||||
init: true
|
||||
environment:
|
||||
- AUR_CONFIG=conf/config
|
||||
- AURWEB_FASTAPI_PREFIX=${AURWEB_FASTAPI_PREFIX}
|
||||
entrypoint: /docker/nginx-entrypoint.sh
|
||||
command: /docker/scripts/run-nginx.sh
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue