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

Podman compatibility #205

Merged
merged 4 commits into from
Aug 20, 2024
Merged

Conversation

drizzt
Copy link

@drizzt drizzt commented Jan 25, 2024

I currently use ProxiTok using podman-compose instead of docker as user and it works quite well with just 2 little changes:

  1. podman wants the full path of an image
  2. redis should not use save, since it's inside a tmpfs that is deleted when the instance is restarted

Timothy Redaelli and others added 4 commits January 25, 2024 18:35
This is needed to restore podman-compose compatibility, since it doesn't
support uid and gid options in tmpfs, moreover it's quite silly to have
persistent storage on a tmpfs since /data is deleted when the container
is stopped.

Fixes: 48eccbc ("harden docker-compose")
Cc: [email protected]
@pablouser1 pablouser1 merged commit 547f846 into pablouser1:master Aug 20, 2024
1 check failed
@pablouser1
Copy link
Owner

pablouser1 commented Aug 20, 2024

I personally don't use podman, but it doesn't break anything with regular docker so I'll guess it's ok

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