summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/with-docker.en-us.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/doc/installation/with-docker.en-us.md')
-rw-r--r--docs/content/doc/installation/with-docker.en-us.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/installation/with-docker.en-us.md b/docs/content/doc/installation/with-docker.en-us.md
index 83f82d85d6..06917b5d8a 100644
--- a/docs/content/doc/installation/with-docker.en-us.md
+++ b/docs/content/doc/installation/with-docker.en-us.md
@@ -137,7 +137,7 @@ services:
+ - db
+
+ db:
-+ image: mysql:5.7
++ image: mysql:8
+ restart: always
+ environment:
+ - MYSQL_ROOT_PASSWORD=gitea
@@ -188,7 +188,7 @@ services:
+ - db
+
+ db:
-+ image: postgres:9.6
++ image: postgres:13
+ restart: always
+ environment:
+ - POSTGRES_USER=gitea