diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-12 09:49:31 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-12 09:49:31 +0100 |
commit | c82bf36a3f61fe051a2ead506a6f7b90d083bb32 (patch) | |
tree | 2b63e77172ae0770c6077882b49f9d41c6803571 /support/doc | |
parent | 3c0d0c669d88361c6fe60c366cb7d5cc7b808b95 (diff) | |
download | PeerTube-c82bf36a3f61fe051a2ead506a6f7b90d083bb32.tar.gz PeerTube-c82bf36a3f61fe051a2ead506a6f7b90d083bb32.tar.zst PeerTube-c82bf36a3f61fe051a2ead506a6f7b90d083bb32.zip |
Docker: stretch -> buster
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/docker.md | 2 |
1 files changed, 1 insertions, 1 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 |