1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00

Rename poro_cards to just cards

This commit is contained in:
Steffo 2022-12-24 04:30:56 +01:00
parent fdcbb0df61
commit 5e7a715eaa
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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: