Compare commits
No commits in common. "a80a906f448e977b6908f30390b284bd9df44cb3" and "6ba4666719ceb985cdb77c9b8a601e2d467d1a2e" have entirely different histories.
a80a906f44
...
6ba4666719
|
|
@ -30,7 +30,7 @@ services:
|
|||
- 'upload:/var/www/html/storage/upload'
|
||||
|
||||
db:
|
||||
image: 'postgres:13.3-alpine'
|
||||
image: 'postgres:13.2-alpine'
|
||||
restart: 'always'
|
||||
|
||||
healthcheck:
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ services:
|
|||
- '/etc/localtime:/etc/localtime:ro'
|
||||
|
||||
db:
|
||||
image: 'postgres:13.3-alpine'
|
||||
image: 'postgres:13.2-alpine'
|
||||
restart: 'always'
|
||||
|
||||
healthcheck:
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ services:
|
|||
- 'nginx'
|
||||
|
||||
db:
|
||||
image: 'postgres:13.3-alpine'
|
||||
image: 'postgres:13.2-alpine'
|
||||
restart: 'always'
|
||||
|
||||
healthcheck:
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ services:
|
|||
- 'root:/var/www/html'
|
||||
|
||||
db:
|
||||
image: 'postgres:13.3-alpine'
|
||||
image: 'postgres:13.2-alpine'
|
||||
restart: 'always'
|
||||
|
||||
environment:
|
||||
|
|
|
|||
Reference in New Issue