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"
|
version: "3.9"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
poro_cards:
|
cards:
|
||||||
driver: mochoa/s3fs-volume-plugin:latest
|
driver: mochoa/s3fs-volume-plugin:latest
|
||||||
driver_opts:
|
driver_opts:
|
||||||
s3fsopts: >-
|
s3fsopts: >-
|
||||||
|
@ -18,7 +18,7 @@ services:
|
||||||
command: "patched_porobot_telegram"
|
command: "patched_porobot_telegram"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "poro_cards:/usr/src/patched_porobot/data:r"
|
- "cards:/usr/src/patched_porobot/data:r"
|
||||||
env_file:
|
env_file:
|
||||||
- stack.env
|
- stack.env
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue