-
Notifications
You must be signed in to change notification settings - Fork 39
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
chore: 🍰 Change image
Entries In Docker Compose Files And Fix Apple M1 Problem
#5073
Merged
Tirokk
merged 12 commits into
master
from
5072-remove-image-entries-in-docker-compose-files-fix-m1
Jul 18, 2022
Merged
chore: 🍰 Change image
Entries In Docker Compose Files And Fix Apple M1 Problem
#5073
Tirokk
merged 12 commits into
master
from
5072-remove-image-entries-in-docker-compose-files-fix-m1
Jul 18, 2022
Conversation
This file contains 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
- Because port '5000' has a standard use on macOS, it is said.
Tirokk
added
bug
Something isn't working
docu
Improvements or additions to documentation
question
Further information is requested
core
devops
service: docker
discussion
refactor
labels
Jul 13, 2022
Tirokk
commented
Jul 13, 2022
…elopment as well - Do this by removing 'mailserver' platform in 'docker-compose-apple-m1.override.yml'.
…lotsocialnetwork/*:local-development'
…cialnetwork/*:local-production'
Tirokk
changed the title
core: 🍰 [WIP] Remove
core: 🍰 [WIP] Change Jul 17, 2022
image
Entries In Docker Compose Files And Fix Apple M1 Problemimage
Entries In Docker Compose Files And Fix Apple M1 Problem
Tirokk
changed the title
core: 🍰 [WIP] Change
core: 🍰 Change Jul 17, 2022
image
Entries In Docker Compose Files And Fix Apple M1 Problemimage
Entries In Docker Compose Files And Fix Apple M1 Problem
Tirokk
changed the title
core: 🍰 Change
chore: 🍰 Change Jul 17, 2022
image
Entries In Docker Compose Files And Fix Apple M1 Problemimage
Entries In Docker Compose Files And Fix Apple M1 Problem
24 tasks
ogerly
approved these changes
Jul 18, 2022
…cial into 5072-remove-image-entries-in-docker-compose-files-fix-m1 # Conflicts: # DOCKER_MORE_CLOSELY.md # docker-compose.override.yml # docker-compose.test.yml # docker-compose.yml
Tirokk
deleted the
5072-remove-image-entries-in-docker-compose-files-fix-m1
branch
July 18, 2022 18:01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
core
devops
discussion
docu
Improvements or additions to documentation
question
Further information is requested
refactor
service: docker
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.
🍰 Pullrequest
Remove
image
entries in docker compose files and fix Apple M1 problem.Issues
image
Entries In Docker Compose Files And Get Apple M1 Running #5072Questions
image
entries really be removed fromdocker-compose.yml
?docker-compose.override.yml
?image
entries fromdocker-compose.test.yml
as well?docker-compose
to newdocker compose
notation?docker-compose.apple-m1.override.yml
for overriding?$ docker-compose -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.apple-m1.override.yml up
export DOCKER_DEFAULT_PLATFORM=linux/amd64
is an other possibility that work for meTodo
maintenance
service port from5000
to3001
5000