1
0
Fork 0
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:
Luke Seers 2022-09-12 15:42:16 +02:00
parent 0be95462e6
commit 08cb1893ab

View file

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