Fix YAML formatting in docker-compose.yml - ensure proper document start and structure

This commit is contained in:
Jarian Cottingham 2026-02-02 21:04:06 -06:00
parent fdc1d178f6
commit 18fbb8250a

View File

@ -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