Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixups to docker-compose #6

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

rfay
Copy link
Contributor

@rfay rfay commented Jun 10, 2023

These are just a couple of minor fixups I noticed when looking at this with @rkoller.

@@ -22,4 +22,4 @@ services:
- ../:/var/www/html:rw
external_links:
- ddev-router:${DDEV_HOSTNAME}
command: tail -F anything
command: tail -f /dev/null
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be the canonical way of doing this, not sure what "anything" is.

@@ -4,9 +4,9 @@
#
# This file comes from https://github.com/julienloizelet/ddev-playwright
#
version: '3.6'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version hasn't been used or required by docker-compose for a couple of years at least.

services:
playwright:
# If on arm64 machine, edit to use mcr.microsoft.com/playwright:focal-arm64
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is super important; I imagine you are on an amd64 machine. Not sure why MS doesn't publish multi-arch images.

@julienloizelet julienloizelet merged commit b39d003 into julienloizelet:main Jun 12, 2023
@rfay rfay deleted the 20230610_minor branch June 12, 2023 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants