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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

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 added 3 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: admin@nullnet.services
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.

None yet

1 participant