Skip to content

Commit

Permalink
remove deprecated version entries
Browse files Browse the repository at this point in the history
Context + predictable flame war: docker/compose#11628
  • Loading branch information
infotroph committed Jul 24, 2024
1 parent a0051b9 commit 049c197
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#
# docker-compose -f docker-compose.yml -f docker-compose.dev.yml

version: '3.2'

services:

# web application. This expects the config.php to be copied from docker/web
Expand Down
1 change: 0 additions & 1 deletion docker-compose.https.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use this file to enable https
version: "3.2"

services:
traefik:
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: "3.2"

services:

# webserver to handle all traffic. This can use let's encrypt to generate a SSL cert.
Expand Down
4 changes: 0 additions & 4 deletions docker/docker-compose.example.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# you need a version entry, and this should be the same version as the
# docker-compose.yml file.
version: "3"

# if you change any of the services you will need the services header.
services:

Expand Down

0 comments on commit 049c197

Please sign in to comment.