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