File tree 2 files changed +3
-21
lines changed
2 files changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ services:
10
10
caddy :
11
11
container_name : siyuan-caddy
12
12
volumes :
13
- - " /mnt/data32T:/srv/data32T:ro"
14
13
- " /mnt/nfs27T:/srv/nfs27T:ro"
15
14
- " ./caddy/Caddyfile.siyuan:/etc/caddy/Caddyfile:ro"
16
15
- " /etc/ssl/certs/ftp_sjtu:/etc/ssl/certs/ftp_sjtu:ro"
@@ -20,7 +19,6 @@ services:
20
19
lug :
21
20
container_name : siyuan-lug
22
21
volumes :
23
- - " /mnt/data32T:/srv/data32T"
24
22
- " /mnt/nfs27T:/srv/nfs27T"
25
23
- " ./config.siyuan.yaml:/config.yaml:ro"
26
24
environment :
@@ -92,7 +90,6 @@ services:
92
90
container_name : siyuan-rsyncd
93
91
volumes :
94
92
- ./rsyncd/rsyncd.siyuan.conf:/etc/rsyncd.conf:ro
95
- - /mnt/data32T:/srv/data32T:ro
96
93
- /mnt/nfs27T:/srv/nfs27T:ro
97
94
- ./rsyncd/motd.siyuan:/etc/rsync/motd:ro
98
95
blkio_config :
Original file line number Diff line number Diff line change @@ -4,32 +4,17 @@ max connections = 4
4
4
strict modes = no
5
5
motd file = /etc/rsync/motd
6
6
7
- [fedora]
8
- path = /srv/data32T/fedora
9
- comment = "Fedora"
10
- read only = true
11
-
12
7
[fedora-secondary]
13
- path = /srv/data32T /fedora-secondary
8
+ path = /srv/nfs27T /fedora-secondary
14
9
comment = "Fedora Secondary"
15
10
read only = true
16
11
17
- [debian]
18
- path = /srv/data32T/debian
19
- comment = "Debian"
20
- read only = true
21
-
22
12
[openeuler]
23
- path = /srv/data32T /openeuler
13
+ path = /srv/nfs27T /openeuler
24
14
comment = "openEuler"
25
15
read only = true
26
16
27
- [opensuse]
28
- path = /srv/data32T/opensuse
29
- comment = "openSUSE"
30
- read only = true
31
-
32
17
[termux]
33
- path = /srv/data32T /termux
18
+ path = /srv/nfs27T /termux
34
19
comment = "Termux packages"
35
20
read only = true
You can’t perform that action at this time.
0 commit comments