Skip to content
Snippets Groups Projects
Commit a011e221 authored by tmueller's avatar tmueller
Browse files

volumebind mit korrekten permissions

parent 71d84d81
No related branches found
No related tags found
No related merge requests found
Pipeline #2696 passed
......@@ -35,6 +35,7 @@ Standardmäßig werden Volumes verwendet um keine Angriffsflächen für das Host
```
# mkdir -p /hosts/location/of/papermc/{data,backups}
# chown -R 61000:61000 /hosts/location/of/papermc
# usermod -aG papermc <your_username>
```
`61000` ist die UID des `papermc`-Nutzers innerhalb des Containers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment