KOTH_wordpress/docker-compose.yaml
2023-02-28 21:41:44 -05:00

10 lines
221 B
YAML

services:
stei:
image: httpd:latest
volumes:
- "./site.html:/usr/local/apache2/htdocs/index.html"
- "./pringle.jpg:/usr/local/apache2/htdocs/pringle.jpg"
ports:
- 80:80
restart: always