Fix YAML formatting in docker-compose.yml - ensure proper document start and structure
This commit is contained in:
parent
fdc1d178f6
commit
18fbb8250a
@ -1,4 +1,4 @@
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
factsdb:
|
factsdb:
|
||||||
@ -36,4 +36,4 @@ services:
|
|||||||
- AI_ENDPOINT_TOKEN=111
|
- AI_ENDPOINT_TOKEN=111
|
||||||
- DATABASE_PATH=/app/facts.db
|
- DATABASE_PATH=/app/facts.db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: python -m factsdb.main ftp
|
command: python -m factsdb.main ftp
|
||||||
Loading…
x
Reference in New Issue
Block a user