2601b/docker #4

Merged
TheRealAndrew merged 3 commits from 2601b/docker into main 2026-01-09 15:53:59 +09:00
Showing only changes of commit bd93caa375 - Show all commits

2
app.py
View File

@@ -330,4 +330,4 @@ def download(code):
flash('Invalid code! Check if you typed the correct code, and for one-time codes, make sure nobody else entered the code before you did.', 'error')
return redirect(url_for('upload'))
app.run(debug=True, port=3133)
app.run(debug=True, port=3133, host='0.0.0.0')