This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
docker-examples/fractal/docker-compose.override.yaml.example

5 lines
162 B
Text

services:
node:
command: "yarn fractal start --sync --port ${DOCKER_WEB_PORT:-3000}"
ports:
- "${DOCKER_WEB_PORT:-3000}:${DOCKER_WEB_PORT:-3000}"