Fix links

This commit is contained in:
Robin 2022-07-06 19:54:11 +02:00
parent 0a7c5602f7
commit 5cbdfc87a7
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ For Debian/Ubuntu:
sudo apt install docker-compose-plugin
```
Download the [latest docker-compose.yml](https://github.com/NamelessMC/Nameless-Docker/blob/v2-pr7-to-pr12/docker-compose.yml) or [experimental development docker-compose.yml](https://github.com/NamelessMC/Nameless-Docker/blob/master/docker-compose.yml), optionally change some settings like setting `user` to your user (otherwise it will run as `www-data`). Uncomment `restart: always` to have the containers start on system boot.
Download the [latest docker-compose.yml](https://github.com/NamelessMC/Nameless-Docker/blob/master/docker-compose.yaml) or [experimental development docker-compose.yml](https://github.com/NamelessMC/Nameless-Docker/blob/dev/docker-compose.yaml), optionally change some settings like setting `user` to your user (otherwise it will run as `www-data`). Uncomment `restart: always` to have the containers start on system boot.
Create a directory on the host with correct permissions. By default the containers use `www-data` user id 33, so:
```