mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Also fix regeneration. The starefossen/github-pages image had --force_polling set to poll the filesystem, but this didn't seem to work. Docker for Mac/Windows supports filesystem events, so it now uses this instead. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
9 lines
124 B
YAML
9 lines
124 B
YAML
version: "2"
|
|
services:
|
|
docs:
|
|
image: docs/docstage
|
|
ports:
|
|
- "4000:4000"
|
|
volumes:
|
|
- "./:/usr/src/app"
|