Cosmetic features only

This commit is contained in:
2026-03-04 21:15:31 +07:00
parent eab67ccfc1
commit 1af0cf1826
2 changed files with 14 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
## cmds
```bash
sudo docker run --name postgres-work -e POSTGRES_PASSWORD=HEXDEVFUCKINGSUCKS! -d postgres -p 5432:5432
```
```bash
sudo docker run -d --name redis -p 6379:6379 redis:latest
```