]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/docker-entrypoint.sh
Add link to server admin tools in readme
[github/Chocobozzz/PeerTube.git] / support / docker / production / docker-entrypoint.sh
index 447cf7fa40a23f2dfdd9ab0aaa22da250c18e681..6dbbfddf6438fb93b87d325cba65222f4a56bf79 100755 (executable)
@@ -6,8 +6,9 @@ if [ -z "$(ls -A /config)" ]; then
     cp /app/support/docker/production/config/* /config
 fi
 
-# Always copy default configuration file, in cases where new keys were added
+# Always copy default and custom env configuration file, in cases where new keys were added
 cp /app/config/default.yaml /config
+cp /app/support/docker/production/config/custom-environment-variables.yaml /config
 chown -R peertube:peertube /config
 
 # first arg is `-f` or `--some-option`