Changes between Initial Version and Version 1 of Ticket #47767, comment 36
- Timestamp:
- 08/12/2019 01:08:32 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47767, comment 36
initial v1 1 1 In [attachment:"47767.16.diff"]: 2 2 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 s.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`. 4 4 - 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/`.) 5 5 6 Note for committing: `docker-compose.override s.yml` will need to be added to `svn:ignore`.6 Note for committing: `docker-compose.override.yml` will need to be added to `svn:ignore`. 7 7 8 8 @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.