From: Chocobozzz Date: Mon, 7 May 2018 08:51:44 +0000 (+0200) Subject: Preferably use the docker hub image X-Git-Tag: v1.0.0-beta.4~6 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=13a6b53655cdd7baba494abc3c9ff52788d4651e;p=github%2FChocobozzz%2FPeerTube.git Preferably use the docker hub image --- 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