docker-example-fractal/docker-compose.override.yaml.example

6 lines
162 B
Plaintext
Raw Permalink Normal View History

2023-10-12 22:11:13 +00:00
services:
node:
command: "yarn fractal start --sync --port ${DOCKER_WEB_PORT:-3000}"
ports:
- "${DOCKER_WEB_PORT:-3000}:${DOCKER_WEB_PORT:-3000}"