mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Inform the user to remove assets:/app/client/dist if not using the webserver container
This commit is contained in:
parent
5b43602457
commit
1e3fd73cdf
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ services:
|
||||||
- "1935:1935" # Comment if you don't want to use the live feature
|
- "1935:1935" # Comment if you don't want to use the live feature
|
||||||
# - "9000:9000" # Uncomment if you use another webserver/proxy or test PeerTube in local, otherwise not suitable for production
|
# - "9000:9000" # Uncomment if you use another webserver/proxy or test PeerTube in local, otherwise not suitable for production
|
||||||
volumes:
|
volumes:
|
||||||
|
# Remove the following line if you want to use another webserver/proxy or test PeerTube in local
|
||||||
- assets:/app/client/dist
|
- assets:/app/client/dist
|
||||||
- ./docker-volume/data:/data
|
- ./docker-volume/data:/data
|
||||||
- ./docker-volume/config:/config
|
- ./docker-volume/config:/config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue