Commit 29afb482 authored by Your Name's avatar Your Name

fix cryptor

parent b5446ba7
...@@ -17,7 +17,7 @@ do ...@@ -17,7 +17,7 @@ do
echo " cryptor$i:" >> $composefile echo " cryptor$i:" >> $composefile
echo ' image: 192.168.1.220:5000/cryptor:v0.0.1 ' >> $composefile echo ' image: 192.168.1.220:5000/cryptor:v0.0.1 ' >> $composefile
echo ' container_name: cryptor$i' >> $composefile echo " container_name: cryptor$i" >> $composefile
echo ' deploy:' >> $composefile echo ' deploy:' >> $composefile
echo ' restart_policy:' >> $composefile echo ' restart_policy:' >> $composefile
echo ' condition: on-failure' >> $composefile echo ' condition: on-failure' >> $composefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment