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:
|
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
|
||||||
|
|
Loading…
Reference in New Issue