From f7882ca3eb3ac17610fdf70c7acec48fd53bbf12 Mon Sep 17 00:00:00 2001 From: Yehuda Deutsch Date: Fri, 28 Jul 2023 13:10:26 -0400 Subject: Switch from debian bullseye to bookworm --- support/docker/production/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/docker/production/docker-compose.yml') diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml index 13f75f222..1993c3979 100644 --- a/support/docker/production/docker-compose.yml +++ b/support/docker/production/docker-compose.yml @@ -44,8 +44,8 @@ services: # If you don't want to use the official image and build one from sources: # build: # context: . - # dockerfile: ./support/docker/production/Dockerfile.bullseye - image: chocobozzz/peertube:production-bullseye + # dockerfile: ./support/docker/production/Dockerfile.bookworm + image: chocobozzz/peertube:production-bookworm # Use a static IP for this container because nginx does not handle proxy host change without reload # This container could be restarted on crash or until the postgresql database is ready for connection networks: -- cgit v1.2.3