Skip to content

Commit f78da0b

Browse files
nit: fix indentation in docker-compose
1 parent 753b755 commit f78da0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
PGDATA: /data/postgres
1010
env_file: sublime.env
1111
volumes:
12-
- postgres:/data/postgres
12+
- postgres:/data/postgres
1313
ports:
1414
- "5432:5432"
1515
networks:

0 commit comments

Comments
 (0)