From 13a6b53655cdd7baba494abc3c9ff52788d4651e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 May 2018 10:51:44 +0200 Subject: Preferably use the docker hub image --- support/docker/production/docker-compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml index a7bac47c2..ee1d29853 100644 --- a/support/docker/production/docker-compose.yml +++ b/support/docker/production/docker-compose.yml @@ -3,9 +3,10 @@ version: "3.3" services: peertube: - build: - context: . - dockerfile: ./support/docker/production/Dockerfile.stretch + # If you don't want to use the official image and build one from sources + # build: + # context: . + # dockerfile: ./support/docker/production/Dockerfile.stretch image: chocobozzz/peertube:production-stretch environment: PEERTUBE_HOSTNAME: my.domain.tld -- cgit v1.2.3