Skip to content

Commit e468206

Browse files
authored
Addressed Docker Warning (#7283)
running `npm run docker-test-start` showed the following warning ``` WARN[0000] /Users/gdawoud/Development/ChurchCRM/CRM/docker/docker-compose.test-php8-apache.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion ```
2 parents fc0a92a + 58c2c0e commit e468206

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

docker/docker-compose.dev-php8-apache.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# from this file by first filling in your password and db info in the .env
33
# file and then running "docker compose -f docker-compose.develop.yaml build", and
44
# "docker compose -f docker-compose.develop.yaml up" in your terminal.
5-
version: "3.8"
65
services:
76
database:
87
image: mariadb

docker/docker-compose.test-php8-apache.gh-actions.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# This is the test docker-compose.yml override file for Github Actions -
22
# it is not intended to be used on it's own but instead layered into the
33
# normal test docker compose so it can be ran in CI.
4-
version: "3.6"
54
services:
65
webserver:
76
user: 1001:121

docker/docker-compose.test-php8-apache.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# from this file by first filling in your password and db info in the .env
33
# file and then running "docker compose -f docker-compose.develop.yaml build", and
44
# "docker compose -f docker-compose.develop.yaml up" in your terminal.
5-
version: "3.6"
65
services:
76
database:
87
image: mariadb

0 commit comments

Comments
 (0)