diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/docker.md | 2 | ||||
-rw-r--r-- | support/docker/production/Dockerfile.buster (renamed from support/docker/production/Dockerfile.stretch) | 0 | ||||
-rw-r--r-- | support/docker/production/docker-compose.yml | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/support/doc/docker.md b/support/doc/docker.md index 4dd1eab4a..1b6f4abc3 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md | |||
@@ -81,7 +81,7 @@ $ docker-compose up -d | |||
81 | ```shell | 81 | ```shell |
82 | $ git clone https://github.com/chocobozzz/PeerTube /tmp/peertube | 82 | $ git clone https://github.com/chocobozzz/PeerTube /tmp/peertube |
83 | $ cd /tmp/peertube | 83 | $ cd /tmp/peertube |
84 | $ docker build . -f ./support/docker/production/Dockerfile.stretch | 84 | $ docker build . -f ./support/docker/production/Dockerfile.buster |
85 | ``` | 85 | ``` |
86 | 86 | ||
87 | ## Development | 87 | ## Development |
diff --git a/support/docker/production/Dockerfile.stretch b/support/docker/production/Dockerfile.buster index 32c5266c5..32c5266c5 100644 --- a/support/docker/production/Dockerfile.stretch +++ b/support/docker/production/Dockerfile.buster | |||
diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml index 9f6c47eca..b81a8745b 100644 --- a/support/docker/production/docker-compose.yml +++ b/support/docker/production/docker-compose.yml | |||
@@ -23,8 +23,8 @@ services: | |||
23 | # If you don't want to use the official image and build one from sources | 23 | # If you don't want to use the official image and build one from sources |
24 | # build: | 24 | # build: |
25 | # context: . | 25 | # context: . |
26 | # dockerfile: ./support/docker/production/Dockerfile.stretch | 26 | # dockerfile: ./support/docker/production/Dockerfile.buster |
27 | image: chocobozzz/peertube:production-stretch | 27 | image: chocobozzz/peertube:production-buster |
28 | env_file: | 28 | env_file: |
29 | - .env | 29 | - .env |
30 | # Traefik labels are suggested as an example for people using Traefik, | 30 | # Traefik labels are suggested as an example for people using Traefik, |