Files
turtle-river-crossing/docker-compose.yml

8 lines
110 B
YAML
Raw Normal View History

2026-04-18 18:23:02 +02:00
version: '3.8'
services:
turtle-game:
build: .
ports:
- "8080:80"
restart: unless-stopped