ambient/docker-compose.yml
2024-12-13 13:16:02 +01:00

8 lines
165 B
YAML

services:
web:
image: nginx:latest
ports:
- '8080:80'
volumes:
- ./src:/var/www/html
- ./default.conf:/etc/nginx/conf.d/default.conf