Skip to content

Commit

Permalink
fixed some yaml lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
darklynx committed Apr 19, 2023
1 parent 7a54a8e commit 10427c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/rbaskets-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ components:
description: The HTTP method of response configuration
schema:
type: string
enum:
enum:
- GET
- HEAD
- POST
Expand Down
6 changes: 3 additions & 3 deletions scripts/test-dbs/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "3"

services:
services:
postgresql:
image: postgres
ports:
Expand All @@ -14,8 +14,8 @@ services:
image: mysql
ports:
- "3306:3306"
environment:
environment:
MYSQL_DATABASE: baskets
MYSQL_USER: rbaskets
MYSQL_PASSWORD: pwd
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
MYSQL_RANDOM_ROOT_PASSWORD: "yes"

0 comments on commit 10427c3

Please sign in to comment.