version: "3.8" services: dev: image: 76527413/greenplum:6.16.2 build: . ports: - 5432:5432 volumes: - ./data:/data - ./log:/home/gpadmin/gpAdminLogs - ./entrypoint.sh:/entrypoint.sh command: bash -c "/entrypoint.sh"