Files
docker-docs/compose.yaml
Craig Osterhout e9d930069d add php language-specific guide (#18794)
* add php language guide
---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-07 12:42:16 -08:00

15 lines
288 B
YAML

services:
server:
build:
context: .
target: dev
ports:
- "1313:1313"
entrypoint: ["hugo", "server", "--bind", "0.0.0.0"]
develop:
watch:
- action: sync
path: .
target: /src
ignore:
- node_modules/