Use "postgres" instead of "postgres:14"

This commit is contained in:
Marcus Moore 2024-06-06 13:27:39 -07:00
parent 924da00f3e
commit 6c296ccf8e
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ jobs:
services:
postgresql:
image: postgres:14
image: postgres
env:
POSTGRES_DB: snipeit
POSTGRES_USER: snipeit