1 2 3 4 5 6 7 8 9
version: "3" services: nginx: image: "nginx:alpine" ports: - 80:80 mysql: build: ./mysql/Dockerfile