Skip to content

Commit

Permalink
修复小问题
Browse files Browse the repository at this point in the history
  • Loading branch information
firemakergk committed Nov 11, 2022
1 parent cb17b78 commit a55e585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ TrueNas:

服务主机ubuntu:

- [使用setup_aquar.sh脚本进行环境初始化](./details/使用setup_aquar.sh脚本进行环境初始化)
- [使用setup_aquar.sh脚本进行环境初始化](./details/使用setup_aquar.sh脚本进行环境初始化.md)
- [设置docker-compose等待nfs挂载后再启动](./details/设置docker-compose等待nfs挂载后再启动.md)
- [使用truenasseeker.py脚本自动扫描nfs服务并挂载](./details/使用truenasseeker.py脚本自动扫描nfs服务并挂载.md)

Expand Down
4 changes: 2 additions & 2 deletions files/setup_aquar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ EOF
chmod +x /usr/local/bin/aqserv

echo '********安装docker********'
sudo apt-get install software-properties-common
sudo apt-get install -y software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
Expand Down Expand Up @@ -129,7 +129,7 @@ services:
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1900:1900/udp #optional
restart: unless-stopped
restart: unless-stopped
syncthing:
image: ghcr.io/linuxserver/syncthing
container_name: syncthing
Expand Down

0 comments on commit a55e585

Please sign in to comment.