itzg / itzg/docker-minecraft-bedrock-server
Starting Bedrock server... crushing
- Dominant language
- Shell
- Stars
- 1.9k
- Forks
- 303
- Avg merge
- 2h 26m
- Merged PRs (30d)
- 2
Description
yaml:
```yaml
bds:
image: itzg/minecraft-bedrock-server
container_name: mine-bds
environment:
EULA: "TRUE"
GAMEMODE: survival
DIFFICULTY: normal
ports:
- 19132:19132/udp
volumes:
- /media/docker/minecraft/bds:/data
stdin_open: true
tty: true
```
logs:
```
DEBU[0000] Using /data to match uid and gid
DEBU[0000] Resolved UID=1000 from match path
DEBU[0000] Resolved GID=1000 from match path
Looking up latest version...
Starting Bedrock server...
/opt/bedrock-entry.sh: line 163: /data/bedrock_server-1.18.12.01: Permission denied
```
any suggestions?
Contributor guide
Research direction
Reproduce the issue with the provided Docker Compose configuration and logs. Start by inspecting /opt/bedrock-entry.sh around line 163 and the /data volume setup, including the reported UID and GID. Done means the Bedrock server starts without the permission-denied error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, shell
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100