mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2025-01-03 15:34:18 +00:00
Rename poro_cards to just cards
This commit is contained in:
parent
fdcbb0df61
commit
5e7a715eaa
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
version: "3.9"
|
||||
|
||||
volumes:
|
||||
poro_cards:
|
||||
cards:
|
||||
driver: mochoa/s3fs-volume-plugin:latest
|
||||
driver_opts:
|
||||
s3fsopts: >-
|
||||
|
@ -18,7 +18,7 @@ services:
|
|||
command: "patched_porobot_telegram"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "poro_cards:/usr/src/patched_porobot/data:r"
|
||||
- "cards:/usr/src/patched_porobot/data:r"
|
||||
env_file:
|
||||
- stack.env
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue