Skip to content

Commit 50bf804

Browse files
GlassOfWhiskeymr-c
authored andcommitted
Changed README.md to reflect docker-compose.yml version update
1 parent 4da9d43 commit 50bf804

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you change the source code, then use this `docker-compose.override.yml` and
4545
re-build with `docker-compose build`:
4646

4747
```yaml
48-
version: '3.2'
48+
version: '3.9'
4949
services:
5050
spring:
5151
build: .
@@ -62,7 +62,7 @@ If you have modified the source code, then you may want to build the docker imag
6262
Create `docker-compose.override.yml`:
6363

6464
```
65-
version: '3.2'
65+
version: '3.9'
6666
services:
6767
postgres:
6868
ports:
@@ -171,7 +171,7 @@ There are a variety of configuration options detailed in the [application config
171171
When deploying with docker, these can be overridden externally by creating/modifying `docker-compose.override.yml` as follows:
172172

173173
```yaml
174-
version: '3.2'
174+
version: '3.9'
175175
services:
176176
spring:
177177
environment:

0 commit comments

Comments
 (0)