Browse Source

replace tab by spaces

Nas 8 months ago
parent
commit
094321233d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docker-compose.yml

+ 2
- 2
docker-compose.yml View File

@@ -21,8 +21,8 @@ services:
21 21
             POSTGRES_USER: "${DB_USER}"
22 22
             POSTGRES_PASSWORD: "${DB_PASSWORD}"
23 23
         ports:
24
-			- "${DB_PORT}:5432"
25
-		volumes:
24
+            - "${DB_PORT}:5432"
25
+        volumes:
26 26
             - db:/var/lib/postgresql/data:z
27 27
         restart: unless-stopped
28 28
 

Loading…
Cancel
Save