-
Notifications
You must be signed in to change notification settings - Fork 489
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
Document migration instructions for users that use -t option flag. #420
Comments
I'll update the readme
no,
basically there are two regarding your specific case, you can use their docker-compose without any change.
|
@muayyad-alsadi Thank you for the suggestions and background. I am happy to close this issue if you think appropriate. Or keep it open as a reminder to update README.md if you need. |
I have added configuration as suggested. I am finding containers are not visible to each other. For reference here is my podman-compose.yaml file. Testing the command like this
The error I am concerned with are the logs for a service called keycloak.
I am seeing this tell tail error message Something isn't working as it did beforehand. Any suggestions ? |
you need to adjust the environment to replace hostnames named after service names into localhost for example
|
when using |
Is your feature request related to a problem? Please describe.
A problem.
A project I am working on provides instructions that use podman-compose. The major release version 1.x breaks the instructions.
See issue
Describe the solution you'd like
Users migrating from v 0.x to 1.x will see breaking changes. Some documentation to set out migration steps will be exceptionally useful in the Wiki or a Blog post.
an example of a command that used to work
$ podman-compose -f podman-compose.yml -t hostnet up -d
after upgrading this error is reported
podman-compose: error: argument command: invalid choice: 'hostnet' (choose from 'help', 'version', 'pull', 'push', 'build', 'up', 'down', 'ps', 'run', 'exec', 'start', 'stop', 'restart', 'logs')
Describe alternatives you've considered
Downgrading podman-compose to 0.x
Additional context
The text was updated successfully, but these errors were encountered: