Commit 19672bf8 authored by Your Name's avatar Your Name

update nginx export port 80

parent 9c3105d4
...@@ -522,7 +522,7 @@ echo " explorer:" >> $composefile ...@@ -522,7 +522,7 @@ echo " explorer:" >> $composefile
echo " image: caduceus/cmp2-node-explorer:v0.0.2" >> $composefile echo " image: caduceus/cmp2-node-explorer:v0.0.2" >> $composefile
echo " container_name: explorer" >> $composefile echo " container_name: explorer" >> $composefile
echo " ports:" >> $composefile echo " ports:" >> $composefile
echo " - $((3000)):80" >> $composefile echo " - $((80)):80" >> $composefile
echo " networks:" >> $composefile echo " networks:" >> $composefile
echo " - meta" >> $composefile echo " - meta" >> $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