kubecon25/docker-compose.yml
Nicolai Ort f302fd140f
Some checks failed
Build latest image / build-container (push) Failing after 11s
Setup all of the fun things
2025-03-28 19:05:27 +01:00

6 lines
73 B
YAML

version: "3.3"
services:
httpd:
build: .
ports:
- 8080:80