Fix mistake in docker-compose.yml

This commit is contained in:
Julgers 2023-08-11 23:38:52 +02:00 committed by GitHub
parent aea0de1eb6
commit 2ab5710c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -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"
- "29294:29294"