]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/Dockerfile.buster
Merge branch 'release/3.4.0' into develop
[github/Chocobozzz/PeerTube.git] / support / docker / production / Dockerfile.buster
index 2ff0591f9666ee85e8d81eaefadd0993893e3814..163c514f5897de93175963530e611a3b1de6cd46 100644 (file)
@@ -33,7 +33,8 @@ RUN mkdir /data /config
 RUN chown -R peertube:peertube /data /config
 
 ENV NODE_ENV production
-ENV NODE_CONFIG_DIR /config
+ENV NODE_CONFIG_DIR /app/config:/app/support/docker/production/config:/config
+ENV PEERTUBE_LOCAL_CONFIG /config
 
 VOLUME /data
 VOLUME /config