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 f7a8d1d commit 6fbdd7bCopy full SHA for 6fbdd7b
docker-compose.yml
@@ -1,5 +1,5 @@
1
anyway:
2
build: .
3
ports:
4
- - "5000:5000"
+ - "80:5000"
5
command: /bin/bash -c 'export DATABASE_URL=sqlite:////anyway/local.db && python main.py --open'
0 commit comments