国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

docker-compose.yml

2023-09-14 19:36 作者:理想是自由799  | 我要投稿

version: "3.8"

services:
?mysql:
? ?image: mysql
? ?container_name: mysql
? ?ports:
? ? ?- "3306:3306"
? ?environment:
? ? ?TZ: Asia/Shanghai
? ? ?MYSQL_ROOT_PASSWORD: 123
? ?volumes:
? ? ?- "./mysql/conf:/etc/mysql/conf.d"
? ? ?- "./mysql/data:/var/lib/mysql"
? ? ?- "./mysql/init:/docker-entrypoint-initdb.d"
? ?networks:
? ? ?- new
?hmall:
? ?build:
? ? ?context: .
? ? ?dockerfile: Dockerfile
? ?container_name: hmall
? ?ports:
? ? ?- "8080:8080"
? ?networks:
? ? ?- new
? ?depends_on:
? ? ?- mysql
?nginx:
? ?image: nginx
? ?container_name: nginx
? ?ports:
? ? ?- "18080:18080"
? ? ?- "18081:18081"
? ?volumes:
? ? ?- "./nginx/nginx.conf:/etc/nginx/nginx.conf"
? ? ?- "./nginx/html:/etc/nginx/html"
? ?depends_on:
? ? ?- hmall
? ?networks:
? ? ?- new
networks:
?new:
? ?name: hmall

docker-compose.yml的評論 (共 條)

分享到微博請遵守國家法律
翁源县| 集安市| 惠来县| 青田县| 兴和县| 荥经县| 霞浦县| 博罗县| 汉中市| 崇阳县| 上杭县| 富锦市| 永丰县| 石河子市| 平原县| 大邑县| 墨竹工卡县| 泾源县| 青河县| 灵台县| 唐河县| 三原县| 津南区| 桐庐县| 象州县| 合山市| 且末县| 揭东县| 慈溪市| 巴彦淖尔市| 临邑县| 云安县| 江阴市| 清水县| 保亭| 天水市| 大石桥市| 北辰区| 宁都县| 开平市| 永吉县|