Inform the user to remove assets:/app/client/dist if not using the webserver container

This commit is contained in:
fuomag9 2023-11-17 13:19:00 +01:00 committed by GitHub
parent 5b43602457
commit f2dc8a9ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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