mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
Fix card volume driver name
This commit is contained in:
parent
df74b9911f
commit
fdcbb0df61
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ version: "3.9"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
poro_cards:
|
poro_cards:
|
||||||
driver: s3fs
|
driver: mochoa/s3fs-volume-plugin:latest
|
||||||
driver_opts:
|
driver_opts:
|
||||||
s3fsopts: >-
|
s3fsopts: >-
|
||||||
url=$S3FS_URL,
|
url=$S3FS_URL,
|
||||||
|
|
Loading…
Reference in a new issue