mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-19 10:33:33 +00:00
Create compose.yml
This commit is contained in:
10
docker-compose-files/httpd/compose.yml
Normal file
10
docker-compose-files/httpd/compose.yml
Normal 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
|
||||||
Reference in New Issue
Block a user