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