mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Add nginx-logs directory creation
This commit is contained in:
parent
60db4392e0
commit
ccafb6c6eb
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ Install the template that the nginx container will use.
|
||||||
The container will generate the configuration by replacing `${WEBSERVER_HOST}` and `${PEERTUBE_HOST}` using your docker compose env file.
|
The container will generate the configuration by replacing `${WEBSERVER_HOST}` and `${PEERTUBE_HOST}` using your docker compose env file.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
mkdir -p docker-volume/nginx
|
mkdir -p docker-volume/nginx docker-volume/nginx-logs
|
||||||
curl https://raw.githubusercontent.com/Chocobozzz/PeerTube/master/support/nginx/peertube > docker-volume/nginx/peertube
|
curl https://raw.githubusercontent.com/Chocobozzz/PeerTube/master/support/nginx/peertube > docker-volume/nginx/peertube
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue