Skip to content

Commit

Permalink
chore: Remove docker yml files warning -> the attribute version is …
Browse files Browse the repository at this point in the history
…obsolete, it will be ignored, please remove it to avoid potential confusion
  • Loading branch information
joc-a committed Sep 10, 2024
1 parent cf8c71a commit daf3155
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions buildScripts/docker/docker-compose-mariadb.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
mariadb:
image: mariadb
Expand Down
2 changes: 0 additions & 2 deletions buildScripts/docker/docker-compose-mysql5.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
mysql5:
platform: linux/x86_64
Expand Down
2 changes: 0 additions & 2 deletions buildScripts/docker/docker-compose-mysql8.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
mysql8:
image: mysql:8.0
Expand Down
2 changes: 0 additions & 2 deletions buildScripts/docker/docker-compose-oracle.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
oracle:
container_name: oracleDB
Expand Down
2 changes: 0 additions & 2 deletions buildScripts/docker/docker-compose-postgres.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
postgres:
image: postgres
Expand Down
2 changes: 0 additions & 2 deletions buildScripts/docker/docker-compose-sqlserver.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
sqlserver:
container_name: SQLServer
Expand Down

0 comments on commit daf3155

Please sign in to comment.