mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-26 23:21:38 +01:00
Currently the documentation states that `docker_swarm` is an acceptable value for the Docker Swarm provider. However, the code actually uses `swarm`. This changes adds `docker_swarm` as a supported provider alias for docker swarm. Closes #279