10 lines
221 B
YAML
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
|