minor on docs

This commit is contained in:
lesion
2022-05-10 16:10:20 +02:00
parent 37fb857440
commit 63ab9d99d2
5 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
```