mirror of
https://github.com/safing/web
synced 2025-04-17 17:39:08 +00:00
Update instructions
On the latest version of Docker Desktop 4.12.0 it includes a updated versions of docker compose which brakes our current set up with jekyll
This commit is contained in:
parent
0be95462e6
commit
08cb1893ab
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -6,13 +6,16 @@
|
|||
|
||||
1. [Install docker](https://www.docker.com/get-started)
|
||||
|
||||
2. Run
|
||||
2. In Docker settings untick `Use Docker Compose V2` (We currently only support V1)
|
||||
|
||||
```
|
||||
docker-compose up
|
||||
```
|
||||
3. Go to `Web` dir
|
||||
|
||||
3. Access the local version at http://localhost:4000
|
||||
4. Run `docker-compose up`
|
||||
|
||||
5. Access the local version at http://localhost:4000
|
||||
|
||||
### Auto refresh not working?!
|
||||
You might be blocking javascript. `livereload` injects javascript to auto reload the page.
|
||||
|
||||
## Supporters
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue