mirror of
https://github.com/acepanel/templates.git
synced 2026-02-04 06:17:13 +08:00
fix: lint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:18.1-alpine
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRESQL_DB_ROOT_USER}
|
||||
- POSTGRES_PASSWORD=${POSTGRESQL_DB_ROOT_PASSWORD}
|
||||
|
||||
Reference in New Issue
Block a user