Skip to content

Commit 1694702

Browse files
committed
chore: remove obsolete "version" attribute from docker compose files
WARN[0000] infra/docker/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
1 parent 5ff0a7f commit 1694702

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

infra/docker/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3'
2-
31
services:
42
web:
53
image: phpcoder/mystamps:0.4.7

infra/docker/postgres.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#
77
# @todo #1034 Document how to run with PostgreSQL and docker-compose
88
#
9-
version: '3'
109

1110
services:
1211
web:

infra/docker/prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# In order to get the effective configuration, run
55
# docker compose -f docker-compose.yml -f prod.yml config
66
#
7-
version: '3'
87

98
services:
109
web:

0 commit comments

Comments
 (0)