Skip to content

Commit

Permalink
Merge pull request #563 from ZarTek-Creole/docker-compose.yml_version
Browse files Browse the repository at this point in the history
Docker-compose.yml: `version` is obsolete
  • Loading branch information
jcormier authored Jul 31, 2024
2 parents 328f768 + 2639a95 commit d769cbb
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions docker-compose-mariadb.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
database:
image: mariadb:11.2
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-memcached.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
postgresql:
image: sameersbn/postgresql:14-20230628
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-mysql.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

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

services:
redmine:
build: ./
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-ssl.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
postgresql:
image: sameersbn/postgresql:14-20230628
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.3'

services:
postgresql:
image: sameersbn/postgresql:14-20230628
Expand Down

0 comments on commit d769cbb

Please sign in to comment.