mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
update docker documentation
This commit is contained in:
parent
171d96843a
commit
ad04f5a3b3
1 changed files with 0 additions and 6 deletions
|
@ -31,11 +31,6 @@ DB=sqlite
|
|||
wget {{site.url}}/docker/$DB/docker-compose.yml
|
||||
```
|
||||
|
||||
Build docker image
|
||||
```bash
|
||||
docker-compose build
|
||||
```
|
||||
|
||||
## Start gancio
|
||||
|
||||
Start your container:
|
||||
|
@ -60,6 +55,5 @@ You'll need to [setup nginx as a proxy]({% link install/nginx.md %}) then you ca
|
|||
|
||||
```bash
|
||||
cd /opt/gancio # or where your installation is
|
||||
wget https://gancio.org/docker/Dockerfile -O Dockerfile
|
||||
docker-compose up -d --no-deps --build
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue