Skip to content

Commit

Permalink
fix: docker-compose fix: remove mount data/db-docker.json, add git cl…
Browse files Browse the repository at this point in the history
…one data/front

Fixes #18
  • Loading branch information
popstas committed Jun 23, 2021
1 parent 19717df commit a9d5f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Open https://viasite.github.io/site-audit-seo-viewer/.
``` bash
git clone https://github.com/viasite/site-audit-seo
cd site-audit-seo
git clone https://github.com/viasite/site-audit-seo-viewer data/front
docker-compose pull # for skip build step
docker-compose up -d
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
# - .:/app
- ./data:/app/data
- ./data/reports:/app/data/reports
- ./data/db-docker.json:/app/data/db.json
# - ./data/db-docker.json:/app/data/db.json
# networks:
# - internal
# - web
Expand Down

0 comments on commit a9d5f11

Please sign in to comment.