Update development environment to Docker Compose v2 and WordPress latest specs#1
Draft
Update development environment to Docker Compose v2 and WordPress latest specs#1
Conversation
Co-authored-by: zoukkinen <13482755+zoukkinen@users.noreply.github.com> Agent-Logs-Url: https://github.com/zoukkinen/docker-compose-wordpress-development/sessions/4a4b4d52-6079-4041-9a08-bc124a53149c
Copilot
AI
changed the title
[WIP] Update development environment to latest specs of Docker and WordPress
Update development environment to Docker Compose v2 and WordPress latest specs
Mar 21, 2026
zoukkinen
requested changes
Mar 21, 2026
Owner
zoukkinen
left a comment
There was a problem hiding this comment.
Make sure that the scripts in the docker-instructions folder are valid bit these changes
Co-authored-by: zoukkinen <13482755+zoukkinen@users.noreply.github.com> Agent-Logs-Url: https://github.com/zoukkinen/docker-compose-wordpress-development/sessions/eeaca37b-aab2-44c7-8653-a181df8083cf
Author
Found and fixed two bugs in the scripts (commit
Both scripts now pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docker Compose v1 (
docker-compose) is deprecated and the environment used outdated image references and startup ordering patterns.docker-compose.ymlversion: '3'field (obsolete in Compose v2)mariadb:latest→mariadb:lts; added healthcheck so dependents wait for DB readinessdepends_onupgraded tocondition: service_healthy/service_startedacross all servicesphpmyadmin/phpmyadmin→ officialphpmyadminimage; removed deprecatedlinks:in favour ofPMA_HOST: dbWORDPRESS_DB_NAME: wordpresstowordpressandwordpress-cliservicesCLI / tooling
.gitpod.yml:docker-compose→docker compose(Compose v2 plugin)docker-instructions/README.md: all command examples updated todocker composeWordPress defaults
settings.sh/settings-sample.sh: default themetwentynineteen→twentytwentyfiveOriginal prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.