Update docker-compose.yml

This commit is contained in:
Manuel
2025-09-19 21:32:50 +02:00
committed by GitHub
parent 82b972adef
commit d6e4ff5086

View File

@@ -2,6 +2,7 @@ version: "3.9"
services:
# The FastAPI Web Server
web:
image: loredcast/filewizard:latest
build: .
env_file:
- .env