Skip to content

Instantly share code, notes, and snippets.

@System3-2
Created May 2, 2023 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save System3-2/e6a0ef37baf94f889a3749f3ddea5fad to your computer and use it in GitHub Desktop.
Save System3-2/e6a0ef37baf94f889a3749f3ddea5fad to your computer and use it in GitHub Desktop.
docker compose bug report
version: '3.8'
services:
db:
image: postgres:13
restart: always
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: Wardprowse26
POSTGRES_DB: nest
ports:
- "5435:5432"
volumes:
- ./data:/var/lib/postgresql/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment