| | |
| | | image: zhbaw:latest |
| | | container_name: zhbaw |
| | | ports: |
| | | - "91:81" |
| | | - "81:81" |
| | | volumes: |
| | | - /home/zhongsong/anbao:/home/zhbaw/anbao |
| | | # 容器停止后会重启 |
| | |
| | | |
| | | datasource: |
| | | # MySql |
| | | url: jdbc:mysql://localhost:3306/zhbaw?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
| | | url: jdbc:mysql://192.168.90.24:3306/zhbaw?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
| | | username: root |
| | | password: ZHba@0112 |
| | | |