Skip to content

Commit

Permalink
#24: Remove deprecated "version" from docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmeacham committed Aug 28, 2024
1 parent 7d7fe29 commit e5b81cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# This docker-compose file is intended for developers and so leaves the source code on the host and adds various volume optimisations.
# Port-mappings to the host are read by default from the `.env` file.

version: '3.7'

services:

ssm:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# This file provides the base orchestration.
# The `docker-compose up` command will read this and automatically overlay the contents of the `docker-compose.override.yml` file.

version: '3.7'

services:
proxy:
image: nginx:stable-alpine3.17
Expand Down

0 comments on commit e5b81cb

Please sign in to comment.