diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-04-26 11:13:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-04-26 11:13:02 +0900 |
| commit | 2bb0a61a891445df4d78bfc0d4a64551ac9b7a39 (patch) | |
| tree | 3f0b7940c556f350a207321060c5c3d65ef544fd /docker-compose.yml | |
| parent | New translations ja-JP.yml (French) (#6295) (diff) | |
| download | sharkey-2bb0a61a891445df4d78bfc0d4a64551ac9b7a39.tar.gz sharkey-2bb0a61a891445df4d78bfc0d4a64551ac9b7a39.tar.bz2 sharkey-2bb0a61a891445df4d78bfc0d4a64551ac9b7a39.zip | |
chore(docker): Use postgresql 12
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 12c7f514cb..dbf1549227 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: db: restart: always - image: postgres:11.2-alpine + image: postgres:12.2-alpine networks: - internal_network env_file: |