Change permissions recursively (#10)
This commit is contained in:
parent
49ce6f2358
commit
741a8221e5
@ -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:
|
Create a directory on the host with correct permissions. By default the containers use `www-data` user id 33, so:
|
||||||
```
|
```
|
||||||
mkdir web
|
mkdir web
|
||||||
chown 33:33 web
|
chown -R 33:33 web
|
||||||
```
|
```
|
||||||
|
|
||||||
Then run `docker compose up -d`.
|
Then run `docker compose up -d`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user