Files
hypertower.games/docker-compose.yml
koneko 56b2574e5a
All checks were successful
Build and Deploy koneko.rocks / build-and-deploy (push) Successful in 9s
initial
2025-08-02 20:53:18 +02:00

9 lines
164 B
YAML

services:
web:
container_name: htg-landing
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
ports:
- "5556:80"