Skip to content

Commit

Permalink
fix ip forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb committed Dec 10, 2021
1 parent 964c90f commit a4de3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camino/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: wmatacc/ds-download:deploy
command: gunicorn main:app --workers 4 --worker-class
uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000
--forwarded-allow-headers="0.0.0.0"
--forwarded-allow-ips="0.0.0.0"
container_name: ds_download_server
volumes:
- /corral-repl/tacc/NHERI:/corral-repl/tacc/NHERI
Expand Down

0 comments on commit a4de3a2

Please sign in to comment.