Skip to content

Commit 000a8df

Browse files
authored
Include a managed volume in the quickstart (#300)
1 parent ab51be2 commit 000a8df

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/release.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot
5+
categories:
6+
- title: Enhancements
7+
labels:
8+
- enhancement
9+
- title: Bug Fixes
10+
labels:
11+
- bug
12+
- title: Documentation
13+
labels:
14+
- documentation
15+
- title: Other Changes
16+
labels:
17+
- "*"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following starts a Bedrock Dedicated Server running a default version and
1010
exposing the default UDP port:
1111

1212
```bash
13-
docker run -d -it -e EULA=TRUE -p 19132:19132/udp itzg/minecraft-bedrock-server
13+
docker run -d -it -e EULA=TRUE -p 19132:19132/udp -v mc-bedrock-data:/data itzg/minecraft-bedrock-server
1414
```
1515

1616
> **NOTE**: if you plan on running a server for a longer amount of time it is highly recommended using a management layer such as [Docker Compose](#deploying-with-docker-compose) or [Kubernetes](#deploying-with-kubernetes) to allow for incremental reconfiguration and image upgrades.

0 commit comments

Comments
 (0)