mirror of https://github.com/Chocobozzz/PeerTube
Preferably use the docker hub image
parent
920d2d2b4c
commit
13a6b53655
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue