minor on docs
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
gancio:
|
gancio:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
image: node:17.4-slim
|
image: gancio
|
||||||
container_name: gancio
|
container_name: gancio
|
||||||
environment:
|
environment:
|
||||||
- PATH=$PATH:/home/node/.yarn/bin
|
- PATH=$PATH:/home/node/.yarn/bin
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
gancio:
|
gancio:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
image: node:17.4-slim
|
image: gancio
|
||||||
container_name: gancio
|
container_name: gancio
|
||||||
environment:
|
environment:
|
||||||
- PATH=$PATH:/home/node/.yarn/bin
|
- PATH=$PATH:/home/node/.yarn/bin
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
gancio:
|
gancio:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
image: node:17.4-slim
|
image: gancio
|
||||||
container_name: gancio
|
container_name: gancio
|
||||||
environment:
|
environment:
|
||||||
- PATH=$PATH:/home/node/.yarn/bin
|
- PATH=$PATH:/home/node/.yarn/bin
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
gancio:
|
gancio:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
image: node:17.4-slim
|
image: gancio
|
||||||
container_name: gancio
|
container_name: gancio
|
||||||
environment:
|
environment:
|
||||||
- PATH=$PATH:/home/node/.yarn/bin
|
- PATH=$PATH:/home/node/.yarn/bin
|
||||||
|
|||||||
@@ -66,5 +66,6 @@ You'll need to [setup nginx as a proxy]({% link install/nginx.md %}) then you ca
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /opt/gancio
|
cd /opt/gancio
|
||||||
|
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