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.
|
# In the docker compose file, we define some services (containers) to run.
|
||||||
# This will be geared towards production.
|
# This will be geared towards production.
|
||||||
services:
|
services:
|
||||||
|
|
||||||
battlebit-community-api:
|
battlebit-community-api:
|
||||||
image: bb-cummunity-server-api:latest
|
image: bb-community-server-api:latest
|
||||||
build:
|
build:
|
||||||
# Specify how to build the image above.
|
# Specify how to build the image above.
|
||||||
context: .
|
context: .
|
||||||
target: build
|
|
||||||
|
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "29294:29294"
|
- "29294:29294"
|
||||||
|
|
Loading…
Reference in a new issue