Skip to content

Instantly share code, notes, and snippets.

View zetxx's full-sized avatar
🕳️

Elin Angelov zetxx

🕳️
View GitHub Profile
version: '3.9'
services:
postgresql:
restart: unless-stopped
container_name: postgresql
hostname: postgresql
image: postgres:alpine
ports:
- '5432:5432'
volumes: