1 2 3 4 5 6 7
services: nginx: image: nginx:1-alpine ports: - 8089:80 volumes: - ./static/:/usr/share/nginx/html