mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
3 lines
113 B
Bash
Executable File
3 lines
113 B
Bash
Executable File
groupadd --gid 1000 minecraft
|
|
useradd --system --shell /bin/false --uid 1000 -g minecraft --home /data minecraft
|