minor on docs
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
gancio:
|
||||
build: .
|
||||
restart: always
|
||||
image: node:17.4-slim
|
||||
image: gancio
|
||||
container_name: gancio
|
||||
environment:
|
||||
- PATH=$PATH:/home/node/.yarn/bin
|
||||
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
gancio:
|
||||
build: .
|
||||
restart: always
|
||||
image: node:17.4-slim
|
||||
image: gancio
|
||||
container_name: gancio
|
||||
environment:
|
||||
- PATH=$PATH:/home/node/.yarn/bin
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
gancio:
|
||||
build: .
|
||||
restart: always
|
||||
image: node:17.4-slim
|
||||
image: gancio
|
||||
container_name: gancio
|
||||
environment:
|
||||
- PATH=$PATH:/home/node/.yarn/bin
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
gancio:
|
||||
build: .
|
||||
restart: always
|
||||
image: node:17.4-slim
|
||||
image: gancio
|
||||
container_name: gancio
|
||||
environment:
|
||||
- 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
|
||||
cd /opt/gancio
|
||||
wget https://gancio.org/docker/Dockerfile -O Dockerfile
|
||||
docker-compose up -d --no-deps --build
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user