aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/production/docker-compose.yml')
-rw-r--r--support/docker/production/docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml
index 658833700..cf90b226f 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.buster 47 # dockerfile: ./support/docker/production/Dockerfile.bullseye
48 image: chocobozzz/peertube:production-buster 48 image: chocobozzz/peertube:production-bullseye
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: