version: "3.8" services: postgres: image: postgres:13-alpine restart: always ports: - "5432:5432" environment: POSTGRES_USER: prisma ...
確定! 回上一頁