Skip to content

Commit d24327b

Browse files
authored
Merge pull request #77 from stronk7/pin_pg_967
Pin postgres to 9.6.7 because 9.6.8 leads to DDL failures
2 parents 7c7f8dc + 3691145 commit d24327b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
MOODLE_DOCKER_BROWSER: firefox
1616
MOODLE_DOCKER_WEB_HOST: "${MOODLE_DOCKER_WEB_HOST}"
1717
db:
18-
image: postgres:9
18+
image: postgres:9.6.7
1919
environment:
2020
POSTGRES_USER: moodle
2121
POSTGRES_PASSWORD: "m@0dl3ing"

0 commit comments

Comments
 (0)