1
0
Fork 0

Preferably use the docker hub image

This commit is contained in:
Chocobozzz 2018-05-07 10:51:44 +02:00
parent 920d2d2b4c
commit 13a6b53655
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 3 deletions

View File

@ -3,9 +3,10 @@ version: "3.3"
services: services:
peertube: peertube:
build: # If you don't want to use the official image and build one from sources
context: . # build:
dockerfile: ./support/docker/production/Dockerfile.stretch # context: .
# dockerfile: ./support/docker/production/Dockerfile.stretch
image: chocobozzz/peertube:production-stretch image: chocobozzz/peertube:production-stretch
environment: environment:
PEERTUBE_HOSTNAME: my.domain.tld PEERTUBE_HOSTNAME: my.domain.tld