Compare commits

...

2 Commits

Author SHA1 Message Date
Rin 26b3f8b258 fix restart 2024-02-15 17:15:44 +11:00
Rin 85c2790b48 fix restart 2024-02-15 17:14:27 +11:00
2 changed files with 2 additions and 2 deletions

View File

@ -30,4 +30,4 @@ services:
secrets:
- source: config_json
target: config.json
restart: unless-stopped
restart: always

View File

@ -18,4 +18,4 @@ services:
- data:/home/svn
- svn-meta:/etc/subversion
- admin:/opt/svnadmin/data
restart: unless-stopped
restart: always