Switch alpine postgres for regular
This commit is contained in:
@@ -71,7 +71,7 @@ services:
|
||||
- web
|
||||
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:16
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
|
||||
Reference in New Issue
Block a user