Untitled
unknown
plain_text
2 years ago
343 B
4
Indexable
networks: default: external: true name: BackendStuff services: Postgres: image: postgres # use latest official postgres version container_name: Postgres ports: - 5432:5432 env_file: - Postgres.env # configure postgres volumes: - ./Configs:/var/lib/postgresql/data/ restart: unless-stopped
Editor is loading...