Skip to content

Commit

Permalink
fix: only one mounting directory can be set
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Feb 2, 2024
1 parent 5b67c10 commit 2b9944d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ function install_auto_symlink() {
--restart always \
--log-opt max-size=10m \
--log-opt max-file=3 \
"${volumes}" \
${volumes} \
shenxianmq/auto_symlink:latest
else
docker run -d \
Expand Down

0 comments on commit 2b9944d

Please sign in to comment.