update docker documentation
This commit is contained in:
@@ -31,11 +31,6 @@ DB=sqlite
|
|||||||
wget {{site.url}}/docker/$DB/docker-compose.yml
|
wget {{site.url}}/docker/$DB/docker-compose.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
Build docker image
|
|
||||||
```bash
|
|
||||||
docker-compose build
|
|
||||||
```
|
|
||||||
|
|
||||||
## Start gancio
|
## Start gancio
|
||||||
|
|
||||||
Start your container:
|
Start your container:
|
||||||
@@ -60,6 +55,5 @@ You'll need to [setup nginx as a proxy]({% link install/nginx.md %}) then you ca
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /opt/gancio # or where your installation is
|
cd /opt/gancio # or where your installation is
|
||||||
wget https://gancio.org/docker/Dockerfile -O Dockerfile
|
|
||||||
docker-compose up -d --no-deps --build
|
docker-compose up -d --no-deps --build
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user