Document container startup and local port configuration in README, including a .env example for quick setup. Made-with: Cursor
9 lines
153 B
YAML
9 lines
153 B
YAML
services:
|
|
datecalc:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "${LOCAL_PORT:-5000}:5000"
|
|
restart: unless-stopped
|