We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f156186 commit 67541a0Copy full SHA for 67541a0
1 file changed
docker-compose.dev.yml
@@ -18,7 +18,7 @@ services:
18
- .env
19
environment:
20
<<: *dev-env
21
- command: ./manage.py runserver --skip-checks 0.0.0.0:8001
+ command: ./manage.py runserver --skip-checks --insecure 0.0.0.0:8001
22
volumes:
23
- ./scanpipe:/opt/scancodeio/scanpipe
24
ports:
0 commit comments