2022年12月18日
摘要: 场景 使用DockerCompose编排项目时,其中nginx的服务的yml为 nginx: image: nginx:latest ports: - "390:390" volumes: - ./nginx/font/dist:/usr/share/nginx/dist - ./nginx/log 阅读全文
posted @ 2022-12-18 16:50 霸道流氓 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 场景 Docker中使用Dockerfile的方式部署SpringBoot+Vue前后端分离的项目(若依前后端分离框架为例): https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/120210424 在上面使用Dockerfile分别构 阅读全文
posted @ 2022-12-18 13:56 霸道流氓 阅读(763) 评论(0) 推荐(0) 编辑