diff options
| -rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index c95474d..e1d7155 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -39,8 +39,8 @@ services: SPRING_JPA_HIBERNATE_DDL_AUTO: update SPRING_JPA_SHOW_SQL: false SPRING_PROFILES_ACTIVE: test - command: ./mvnw test -P test -q + command: ./mvnw test -P test volumes: postgres_data: - name: markr_postgres_data
\ No newline at end of file + name: markr_postgres_data |
