compose-files/web/nginx/docker-compose.yml
2024-08-02 11:32:21 +02:00

8 lines
168 B
YAML

services:
nginx-web:
restart: unless-stopped
image: nginx:alpine
ports:
- "8080:80"
volumes:
- ./path/to/webroot:/usr/share/nginx/html:ro