Create compose.yml

This commit is contained in:
drifty
2025-01-16 13:06:25 +05:30
committed by GitHub
parent 6f6475ea27
commit 7b7cdbce12

View File

@@ -0,0 +1,10 @@
version: '3.9'
services:
apache:
image: httpd:latest
container_name: apache
ports:
- '80:80'
volumes:
- ./website:/usr/local/apache2/htdocs
# external caddy handles SSL certs