会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
dunkbird
博客园
首页
新随笔
联系
订阅
管理
2022年4月26日
docker 容器固定ip 示例
摘要: version: '3' services: nginx: image: nginx:latest # 端口映射 ports: - "80:80" # 依赖关系 先跑php networks: - app_net # 容器名称 container_name: "compose-nginx" mysq
阅读全文
posted @ 2022-04-26 09:05 dunkbird
阅读(132)
评论(0)
推荐(0)
编辑
公告