1 2 3 4 5 6 7 8 9 10 11
web: image: nginx ports: - 80:80 volumes: - "./:/usr/share/nginx/html" build: build: . command: /bin/true volumes: - ./:/code