mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 06:12:27 +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
|