Refactor compose/apps.yml to add pgadmin_data volume

This commit is contained in:
2024-05-30 11:36:02 +08:00
parent 1ac98da285
commit e2784f41fe
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -35,7 +35,6 @@ services:
postgres:
image: postgres
# container_name: postgres
environment:
POSTGRES_DB: ${POSTGRES_DB}
POSTGRES_USER: ${POSTGRES_USER}