1
0
Fork 0

Run server in debug mode with code reloading

This commit is contained in:
Alex Kotov 2023-08-25 13:58:12 +04:00
parent 56fde6f223
commit 5c7c9ad5b8
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '2.4'
services:
archivebox:
build: .
command: server --quick-init 0.0.0.0:8000
command: server --debug --reload --quick-init 0.0.0.0:8000
ports:
- 8000:8000
environment: