.. | ||
nginx | ||
docker-compose.yml | ||
README.md |
docker-compose Deployment Tutorial
-Put the packaged front-end files in the nginx/html
directory
-
# start up docker-compose up -d
-
# Check the running status docker ps
-
# end run docker-compose down
.. | ||
nginx | ||
docker-compose.yml | ||
README.md |
-Put the packaged front-end files in the nginx/html
directory
# start up
docker-compose up -d
# Check the running status
docker ps
# end run
docker-compose down