Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PbwKCCj1vwAoqgRYDoqgeL
8 lines
137 B
YAML
8 lines
137 B
YAML
services:
|
|
drum-rhythm-game:
|
|
build: .
|
|
container_name: drum-rhythm-game
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8888:80"
|