nginx: image: vimagick/nginx ports: - "80:80" volumes: - nginx/nginx.conf:/etc/nginx/nginx.conf - html:/usr/share/nginx/html restart: always