Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47767, comment 36


Ignore:
Timestamp:
08/12/2019 01:08:32 AM (6 years ago)
Author:
pento
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47767, comment 36

    initial v1  
    11In [attachment:"47767.16.diff"]:
    22
    3 - Combine the `docker-compose.yml` and `docker-compose.scripts.yml` files, and move them to the root directory. This means we don't have to specify the filenames when running `docker-compose`, so can now use `docker-compose.overrides.yml`.
     3- Combine the `docker-compose.yml` and `docker-compose.scripts.yml` files, and move them to the root directory. This means we don't have to specify the filenames when running `docker-compose`, so can now use `docker-compose.override.yml`.
    44- Fix nginx redirecting to port 80 when the URL is a directory name, but doesn't end in a `/`. (eg, requesting `/wp-admin` instead of `/wp-admin/`.)
    55
    6 Note for committing: `docker-compose.overrides.yml` will need to be added to `svn:ignore`.
     6Note for committing: `docker-compose.override.yml` will need to be added to `svn:ignore`.
    77
    88@youknowriad: I think there are issues when running the Gutenberg local environment and Core local environment at the same time, the MySQL instances try to mount the same internal data directory, or something of that nature.