Skip to content

Commit

Permalink
Set ALLOWED_HOSTS in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Jan 29, 2024
1 parent f7843c3 commit b1dab37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
- OBJECTS_SUPERUSER_USERNAME=admin
- OBJECTS_SUPERUSER_PASSWORD=admin
- OBJECTS_SUPERUSER_EMAIL=admin@localhost
- ALLOWED_HOSTS=*
ports:
- 8000:8000
depends_on:
Expand Down

0 comments on commit b1dab37

Please sign in to comment.