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