diff options
author | Yehuda Deutsch <yeh@uda.co.il> | 2023-07-28 13:10:26 -0400 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-08-17 15:18:21 +0200 |
commit | f7882ca3eb3ac17610fdf70c7acec48fd53bbf12 (patch) | |
tree | 2f1d5f71282ede081867c6922387cd10d7267128 /support/docker/production/docker-compose.yml | |
parent | a5bde7ad60fcbd0bcf5c9de01b624c3113493856 (diff) | |
download | PeerTube-f7882ca3eb3ac17610fdf70c7acec48fd53bbf12.tar.gz PeerTube-f7882ca3eb3ac17610fdf70c7acec48fd53bbf12.tar.zst PeerTube-f7882ca3eb3ac17610fdf70c7acec48fd53bbf12.zip |
Switch from debian bullseye to bookworm
Diffstat (limited to 'support/docker/production/docker-compose.yml')
-rw-r--r-- | support/docker/production/docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: | |||
44 | # If you don't want to use the official image and build one from sources: | 44 | # If you don't want to use the official image and build one from sources: |
45 | # build: | 45 | # build: |
46 | # context: . | 46 | # context: . |
47 | # dockerfile: ./support/docker/production/Dockerfile.bullseye | 47 | # dockerfile: ./support/docker/production/Dockerfile.bookworm |
48 | image: chocobozzz/peertube:production-bullseye | 48 | image: chocobozzz/peertube:production-bookworm |
49 | # Use a static IP for this container because nginx does not handle proxy host change without reload | 49 | # Use a static IP for this container because nginx does not handle proxy host change without reload |
50 | # This container could be restarted on crash or until the postgresql database is ready for connection | 50 | # This container could be restarted on crash or until the postgresql database is ready for connection |
51 | networks: | 51 | networks: |