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: services:
# The FastAPI Web Server # The FastAPI Web Server
web: web:
image: loredcast/filewizard:latest
build: . build: .
env_file: env_file:
- .env - .env