1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Add nginx-logs directory creation

This commit is contained in:
Chocobozzz 2025-04-03 09:03:58 +02:00
parent 60db4392e0
commit ccafb6c6eb
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -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.
```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
```