Skip to content

Commit

Permalink
Merge pull request #128 from local-deploy/CU-8694frcgw
Browse files Browse the repository at this point in the history
fix(project): removed "version" field from docker-compose files
  • Loading branch information
varrcan committed May 2, 2024
2 parents 73f73cc + a77fc09 commit ae03209
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions templates/docker-compose-apache.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
php:
container_name: ${HOST_NAME}_php
Expand Down
2 changes: 0 additions & 2 deletions templates/docker-compose-fpm.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
php:
container_name: ${HOST_NAME}_php
Expand Down
2 changes: 0 additions & 2 deletions templates/docker-compose-mariadb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
db:
container_name: ${HOST_NAME}_db
Expand Down
2 changes: 0 additions & 2 deletions templates/docker-compose-memcached.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
memcached:
container_name: ${HOST_NAME}_memcached
Expand Down
2 changes: 0 additions & 2 deletions templates/docker-compose-mysql.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
db:
container_name: ${HOST_NAME}_db
Expand Down
2 changes: 0 additions & 2 deletions templates/docker-compose-pgsql.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
postgres:
container_name: ${HOST_NAME}_pgsql
Expand Down
2 changes: 0 additions & 2 deletions templates/docker-compose-redis.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
redis:
container_name: ${HOST_NAME}_redis
Expand Down

0 comments on commit ae03209

Please sign in to comment.