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

Simplify Docker #6

Open
truthsword opened this issue Dec 11, 2024 · 0 comments
Open

Simplify Docker #6

truthsword opened this issue Dec 11, 2024 · 0 comments

Comments

@truthsword
Copy link

truthsword commented Dec 11, 2024

services:
  reubah:
    image: ghcr.io/dendianugerah/reubah
    container_name: reubah
    cap_drop:
      - ALL
    security_opt:
      - no-new-privileges=true
    ports:
      - "8081:8081"
    restart: unless-stopped

It's unlikely the port environmental variable is needed and as such should not appear in the default compose file.

I would expect to see UID and GID variables in future updates.

Excited to see how this develops

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

No branches or pull requests

1 participant