2023-02-19 18:03:46 -05:00
|
|
|
services:
|
2023-02-28 21:41:44 -05:00
|
|
|
stei:
|
|
|
|
image: httpd:latest
|
2023-02-19 18:03:46 -05:00
|
|
|
volumes:
|
2023-02-28 21:41:44 -05:00
|
|
|
- "./site.html:/usr/local/apache2/htdocs/index.html"
|
|
|
|
- "./pringle.jpg:/usr/local/apache2/htdocs/pringle.jpg"
|
2023-02-19 18:03:46 -05:00
|
|
|
ports:
|
|
|
|
- 80:80
|
|
|
|
restart: always
|