Files
freeCodeCamp/docker-compose.yml
2023-08-31 21:07:32 +05:30

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'