mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Preferably use the docker hub image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user