Skip to content

Commit

Permalink
Migrate docker compose to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Sep 1, 2024
1 parent 8db5993 commit 29d5326
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
mariadb:
image: wodby/mariadb
Expand Down
2 changes: 1 addition & 1 deletion tests/mariadb/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

docker-compose up -d
docker compose up -d
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
postgres:
image: wodby/postgres
Expand Down
2 changes: 1 addition & 1 deletion tests/postgres/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

docker-compose up -d
docker compose up -d

0 comments on commit 29d5326

Please sign in to comment.