mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
8 lines
189 B
YAML
8 lines
189 B
YAML
services:
|
|
client:
|
|
image: fcc-client
|
|
ports:
|
|
# PORT is used by the new api, so we use the less generic HOST_PORT to avoid
|
|
# conflicts.
|
|
- '${HOST_PORT:-8000}:8000'
|