diff options
author | Florent Fayolle <florent.fayolle69@gmail.com> | 2018-04-30 17:26:07 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-07 09:22:18 +0200 |
commit | 4b431d519c6fb0feadb1339dfddcc889b9d33cfe (patch) | |
tree | 3e6358219046f09435caa86f576049b07a1e3d7d /support/doc | |
parent | 6a478b11651a5e764337b3e4c02dba83c919a50a (diff) | |
download | PeerTube-4b431d519c6fb0feadb1339dfddcc889b9d33cfe.tar.gz PeerTube-4b431d519c6fb0feadb1339dfddcc889b9d33cfe.tar.zst PeerTube-4b431d519c6fb0feadb1339dfddcc889b9d33cfe.zip |
Adapt docker image file path in docker-compose.yml
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/docker.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/docker.md b/support/doc/docker.md index e0c03a1dc..093d7124e 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md | |||
@@ -22,7 +22,7 @@ production, you can use a `docker-compose` setup. | |||
22 | 22 | ||
23 | ```bash | 23 | ```bash |
24 | $ git clone https://github.com/chocobozzz/PeerTube /tmp/peertube | 24 | $ git clone https://github.com/chocobozzz/PeerTube /tmp/peertube |
25 | $ cd /tmp/peertube/support/docker/production | 25 | $ cd /tmp/peertube |
26 | ``` | 26 | ``` |
27 | 27 | ||
28 | Then tweak the `docker-compose.yml` file there according to your needs. Then | 28 | Then tweak the `docker-compose.yml` file there according to your needs. Then |
@@ -37,7 +37,7 @@ $ PEERTUBE_HOSTNAME=peertube.lvh.me \ | |||
37 | PEERTUBE_SMTP_HOST=mail.lvh.me \ | 37 | PEERTUBE_SMTP_HOST=mail.lvh.me \ |
38 | PEERTUBE_SMTP_PORT=1025 \ | 38 | PEERTUBE_SMTP_PORT=1025 \ |
39 | PEERTUBE_SMTP_FROM=noreply@peertube.lvh.me \ | 39 | PEERTUBE_SMTP_FROM=noreply@peertube.lvh.me \ |
40 | docker-compose up | 40 | docker-compose -f support/docker/production/docker-compose.yml --project-directory . up |
41 | ``` | 41 | ``` |
42 | 42 | ||
43 | Other environment variables are used in | 43 | Other environment variables are used in |