mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 22:32:10 +01:00
update postgres version (#8)
updated postgreSQL version to the current 11 version (https://hub.docker.com/_/postgres)
This commit is contained in:
@@ -6,7 +6,7 @@ volumes:
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:11.5-alpine
|
||||
image: postgres:11-alpine
|
||||
container_name: postgres
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user