Skip to content

Commit

Permalink
fix default password error caused by "
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Jun 22, 2024
1 parent dbbacd3 commit 643c3aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps/baidunetdisk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- /DATA/AppData/baidunetdisk/config:/config
- /DATA/Downloads:/config/Downloads
environment:
- VNC_PASSWORD="vncpassword"
- VNC_PASSWORD=vncpassword
restart: unless-stopped
network_mode: bridge
privileged: false
Expand Down
2 changes: 1 addition & 1 deletion Apps_arm64/baidunetdisk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- /DATA/AppData/baidunetdisk/config:/config
- /DATA/Downloads:/config/Downloads
environment:
- VNC_PASSWORD="vncpassword"
- VNC_PASSWORD=vncpassword
restart: unless-stopped
network_mode: bridge
privileged: false
Expand Down

0 comments on commit 643c3aa

Please sign in to comment.