version: '3.8' services: proxy: image: nginx:stable ports: - 8080:80 volumes: - ./nginx-conf/default.conf.template:/etc/nginx/templates/default.conf.template