mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-09 10:48:42 +00:00
3 lines
113 B
Bash
3 lines
113 B
Bash
|
groupadd --gid 1000 minecraft
|
||
|
useradd --system --shell /bin/false --uid 1000 -g minecraft --home /data minecraft
|