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
Hi, please add support for creating a docker swarm service, because when machine go offline, it is started again, I tried the following approach:
docker service create --name postgres_backup postgres-backup-s3-backup:latest --env S3_BUCKET="secret" \ --env S3_SECRET_ACCESS_KEY="secret" \ --env S3_ACCESS_KEY_ID="secret" \ --env S3_REGION="secret"
But it always struggle with 0 instances and the sh script exits with no response,
Thanks alot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, please add support for creating a docker swarm service, because when machine go offline, it is started again, I tried the following approach:
docker service create --name postgres_backup postgres-backup-s3-backup:latest --env S3_BUCKET="secret" \ --env S3_SECRET_ACCESS_KEY="secret" \ --env S3_ACCESS_KEY_ID="secret" \ --env S3_REGION="secret"
But it always struggle with 0 instances and the sh script exits with no response,
Thanks alot
The text was updated successfully, but these errors were encountered: