Change permissions recursively (#10)

This commit is contained in:
Crabest 2023-11-25 22:48:10 +01:00 committed by GitHub
parent 49ce6f2358
commit 741a8221e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ Download the [latest docker-compose.yml](https://github.com/NamelessMC/Nameless-
Create a directory on the host with correct permissions. By default the containers use `www-data` user id 33, so:
```
mkdir web
chown 33:33 web
chown -R 33:33 web
```
Then run `docker compose up -d`.