mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
2 lines
113 B
Bash
Executable file
2 lines
113 B
Bash
Executable file
groupadd --gid 1000 minecraft
|
|
useradd --system --shell /bin/false --uid 1000 -g minecraft --home /data minecraft
|