]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Preferably use the docker hub image
authorChocobozzz <me@florianbigard.com>
Mon, 7 May 2018 08:51:44 +0000 (10:51 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 7 May 2018 08:51:44 +0000 (10:51 +0200)
support/docker/production/docker-compose.yml

index a7bac47c29e22010784afa0f6bc74d8625d823d8..ee1d29853067dcd0bc39b43a4296c7c066fed12f 100644 (file)
@@ -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