hasura-docker Questions
3
Solved
I am trying to compose a Docker file with a YML file as below.
version: '3.6'
services:
postgres:
image: postgres:12
restart: always
volumes:
- db_data:/var/lib/postgresql/data
environment:
...
Cordell asked 21/7, 2021 at 7:52
1
© 2022 - 2024 — McMap. All rights reserved.