We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a741d5 commit 99ef02aCopy full SHA for 99ef02a
scripts/integration/http-client/compose.yaml
@@ -11,7 +11,7 @@ services:
11
image: docker.io/sigoden/dufs:${CONFIG_VERSION}
12
command:
13
- -a
14
- - /@user:pass
+ - "user:pass@/"
15
- --auth-method
16
- basic
17
- /data
scripts/integration/http-client/test.yaml
@@ -9,4 +9,4 @@ env:
9
DUFS_HTTPS_ADDRESS: https://dufs-https:5000
10
matrix:
- version: [latest]
+ version: ["v0.34.1"]
0 commit comments