mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-01-09 11:17:30 -03:00
Fix mistake in docker-compose.yml
This commit is contained in:
parent
aea0de1eb6
commit
2ab5710c11
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue