We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The base image of the container make some tests and run code to "fix" something how is not a problem.
Like this:
version: '3.9' services: tor: deploy: replicas: 1 image: dperson/torproxy:latest cap_drop: - ALL user: "tor:1999" networks: - tor-net networks: tor-net: external: name: tor-net
Something like this stack should work.
Maybe set the permissions only on the image and use chown only if the user is root.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The base image of the container make some tests and run code to "fix" something how is not a problem.
Like this:
Something like this stack should work.
Maybe set the permissions only on the image and use chown only if the user is root.
The text was updated successfully, but these errors were encountered: