Skip to content

Commit 3a2d11d

Browse files
authored
Don't always start PostgreSQL when Docker starts (#22)
1 parent 8223f95 commit 3a2d11d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compose.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: piratepx
33
services:
44
postgres:
55
image: postgres:16-alpine
6-
restart: always
76
ports:
87
- '5432:5432'
98
environment:

0 commit comments

Comments
 (0)