Merge pull request #183 from alzambranolu13/patch-2

Update README.md
This commit is contained in:
Shuyan Zhou 2025-11-26 16:15:59 -05:00 committed by GitHub
commit dce04686a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,7 @@ docker exec shopping_admin /var/www/magento2/bin/magento setup:store-config:set
docker exec shopping_admin mysql -u magentouser -pMyPassword magentodb -e 'UPDATE core_config_data SET value="http://<your-server-hostname>:7780/" WHERE path = "web/secure/base_url";'
docker exec shopping_admin /var/www/magento2/bin/magento cache:flush
docker exec gitlab update-permissions
docker exec gitlab sed -i "s|^external_url.*|external_url 'http://<your-server-hostname>:8023'|" /etc/gitlab/gitlab.rb
docker exec gitlab gitlab-ctl reconfigure
```