]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/entrypoint.nginx.sh
Do not expose containers by default in traefik
[github/Chocobozzz/PeerTube.git] / support / docker / production / entrypoint.nginx.sh
index 744385ec8ba5bb2c671e3012bbfa92f05debc843..9038069363301f81160806c5f3226a9a3b711b1a 100644 (file)
@@ -12,6 +12,4 @@ envsubst '${WEBSERVER_HOST} ${PEERTUBE_HOST}' < $SOURCE > $TARGET
 # Remove HTTPS/SSL from nginx conf
 sed -i 's/443 ssl http2/80/g;/ssl_/d' $TARGET
 
-cat $TARGET
-
 nginx -g "daemon off;"
\ No newline at end of file