Files
docker_dev_stacks/nginx/docker-compose.yml
2022-11-02 18:13:37 +01:00

12 lines
175 B
YAML

version: '3.7'
services:
nginx:
image: nginx:stable-alpine
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./public:/usr/share/nginx/html