This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Maneger/docker-compose.yaml
Matheus Sampaio Queiroga 72ebc9b207 Fix Docker Image Download (#204)
* Fix Docker Image Download

* Add pull request on CI
2021-09-28 12:53:56 -03:00

21 lines
468 B
YAML

version: "2.1"
services:
bdscore:
build:
context: .
dockerfile: Dockerfile
container_name: bds_maneger_core
environment:
DESCRIPTION: "Docker Test"
WORLD_NAME: "Docker Run Test"
GAMEMODE: "survival"
DIFFICULTY: "normal"
XBOX_ACCOUNT: "false"
PLAYERS: "5"
BDS_VERSION: "latest"
SERVER: "bedrock"
ports:
- 1932:1932/tcp
- 19132:19132/udp
volumes:
- ./Test:/root/bds_core