From 2ab5710c11d3374f33184deb2099b3b9e411ac03 Mon Sep 17 00:00:00 2001 From: Julgers <141361545+Julgers@users.noreply.github.com> Date: Fri, 11 Aug 2023 23:38:52 +0200 Subject: [PATCH] Fix mistake in docker-compose.yml --- docker-compose.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 52c6794..6168595 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,16 +1,15 @@ -version: "3.8" +version: "3.8" # In the docker compose file, we define some services (containers) to run. # This will be geared towards production. services: battlebit-community-api: - image: bb-cummunity-server-api:latest + image: bb-community-server-api:latest build: # Specify how to build the image above. context: . - target: build restart: always ports: - - "29294:29294" \ No newline at end of file + - "29294:29294"