Files
koneko.rocks/docker-compose.yml
koneko 59d7b8e372
All checks were successful
Build and Deploy koneko.rocks / build-and-deploy (push) Successful in 3s
update compose
2025-07-14 01:08:51 +02:00

9 lines
167 B
YAML

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