01ce510a创建于 2023年4月18日历史提交
version: '2'
services:
  opengauss:
    image: "opengauss/opengauss:5.0.0"
    environment:
      GS_USERNAME: postgres
      GS_PASSWORD: openGauss#2023
      GS_INITDB_ARGS: "-E utf8 --locale=en_US.utf8"
    ports:
    - 5433:5432