Added ALLOWED_HOSTS

This commit is contained in:
ayxan
2022-10-15 00:03:43 +04:00
parent 2f76621e10
commit 76a09ca3ce
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ services:
nginx:
image: nginx
ports:
- "1337:8080"
- "80:8080"
volumes:
- ./config/nginx/local.conf:/etc/nginx/conf.d/default.conf:ro
- static_volume:/django_static