Update docker compose

This commit is contained in:
Isaac Shoebottom 2024-08-22 15:14:04 -03:00
parent af46173b4f
commit 3b9085e8a9

View File

@ -1,10 +1,10 @@
version: "3" version: "3"
services: services:
xedit-mirror: xeditmirror:
image: xedit-mirror container_name: xeditmirror
container_name: xedit-mirror image: xeditmirror
build: build:
context: . context: ./
dockerfile: Dockerfile dockerfile: Dockerfile
environment: environment:
- DOWNLOAD_PATH=/downloads - DOWNLOAD_PATH=/downloads