11 lines
175 B
YAML
11 lines
175 B
YAML
version: "3.8"
|
|
services:
|
|
|
|
webbserver:
|
|
restart: always
|
|
image: httpd:2.4
|
|
ports:
|
|
- 5050:80
|
|
volumes:
|
|
- ${PWD}/min-hemsida:/usr/local/apache2/htdocs
|