diff --git a/doc/docker/README.md b/doc/docker/README.md
index 6ff80af2d74445d113a75b651c71934b2a0f7666_ZG9jL2RvY2tlci9SRUFETUUubWQ=..a2e9812d3512ee91b52fbacb00e36e62f33b1a99_ZG9jL2RvY2tlci9SRUFETUUubWQ= 100644
--- a/doc/docker/README.md
+++ b/doc/docker/README.md
@@ -364,6 +364,6 @@
   hostname: 'gitlab.example.com'
   environment:
     GITLAB_OMNIBUS_CONFIG: |
-      external_url 'http://gitlab.example.com:9090'
+      external_url 'http://gitlab.example.com:8929'
       gitlab_rails['gitlab_shell_ssh_port'] = 2224
   ports:
@@ -368,6 +368,6 @@
       gitlab_rails['gitlab_shell_ssh_port'] = 2224
   ports:
-    - '9090:9090'
+    - '8929:8929'
     - '2224:22'
   volumes:
     - '/srv/gitlab/config:/etc/gitlab'
@@ -375,7 +375,7 @@
     - '/srv/gitlab/data:/var/opt/gitlab'
 ```
 
-This is the same as using `--publish 9090:9090 --publish 2224:22`.
+This is the same as using `--publish 8929:8929 --publish 2224:22`.
 
 ## Update GitLab using Docker compose