Compare commits
No commits in common. "26b3f8b2580772877f37eba38196907b76f37788" and "6e32d9047894b9aed64835125e36c6df4838ac86" have entirely different histories.
26b3f8b258
...
6e32d90478
|
@ -30,4 +30,4 @@ services:
|
||||||
secrets:
|
secrets:
|
||||||
- source: config_json
|
- source: config_json
|
||||||
target: config.json
|
target: config.json
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
|
|
|
@ -18,4 +18,4 @@ services:
|
||||||
- data:/home/svn
|
- data:/home/svn
|
||||||
- svn-meta:/etc/subversion
|
- svn-meta:/etc/subversion
|
||||||
- admin:/opt/svnadmin/data
|
- admin:/opt/svnadmin/data
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue