info-werefox-cafe/docker-compose.yml

11 lines
130 B
YAML
Raw Normal View History

---
version: "3"
services:
app:
image: void-werefox-cafe:latest
build:
context: .
ports:
2024-11-11 16:05:20 -06:00
- "8080:8345"