Web-Full-Stack/docker-compose.yaml

10 lines
169 B
YAML
Raw Permalink Normal View History

2023-10-13 09:15:46 +02:00
version: '3'
services:
web:
image: httpd:latest
container_name: webFullStack
ports:
- "8080:80"
volumes:
- ./srv:/usr/local/apache2/htdocs