Add container name

This commit is contained in:
Isaac Shoebottom 2024-07-31 20:30:17 -03:00
parent f894f2ea21
commit d34dd5c8ed

View File

@ -2,6 +2,7 @@ version: "3"
services: services:
xedit-mirror: xedit-mirror:
image: xedit-mirror image: xedit-mirror
container_name: xedit-mirror
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile