package.json 파일 업데이트

This commit is contained in:
static
2025-07-12 03:40:28 +09:00
parent 381edce0c5
commit 01732037a6
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
services:
database:
image: postgres:17.2
restart: on-failure
image: postgres:17
restart: always
volumes:
- database:/var/lib/postgresql/data
environment: