Docker: stretch -> buster

This commit is contained in:
Chocobozzz
2019-12-12 09:49:31 +01:00
parent 3c0d0c669d
commit c82bf36a3f
4 changed files with 7 additions and 7 deletions

View File

@@ -23,8 +23,8 @@ services:
# 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
# dockerfile: ./support/docker/production/Dockerfile.buster
image: chocobozzz/peertube:production-buster
env_file:
- .env
# Traefik labels are suggested as an example for people using Traefik,