Update so it works
This commit is contained in:
parent
8a0a2e1218
commit
147345e440
|
@ -11,7 +11,7 @@ Running with Docker
|
|||
In `docker-compose.yml`, we have specified a `serve` target which you can run locally like this:
|
||||
|
||||
```bash
|
||||
docker-compose up serve
|
||||
docker compose run --rm -u `id -u` --service-ports serve
|
||||
```
|
||||
|
||||
Running without Docker
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
server:
|
||||
serve:
|
||||
image: floryn90/hugo:ext-alpine
|
||||
command: server
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue