]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/docker-compose.yml
Minor update to the OpenAPI: instance config recent additions
[github/Chocobozzz/PeerTube.git] / support / docker / production / docker-compose.yml
index 9f6c47eca388178d53868b94b8c994287b6c6c7c..b81a8745b525afb81c9424025497fb6a83545d6a 100644 (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,