mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Remove read only flag from cards data
This commit is contained in:
parent
92836aaaef
commit
4382856220
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ services:
|
||||||
command: "patched_porobot_telegram"
|
command: "patched_porobot_telegram"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "cards:/usr/src/patched_porobot/data:r"
|
- "cards:/usr/src/patched_porobot/data"
|
||||||
env_file:
|
env_file:
|
||||||
- stack.env
|
- stack.env
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue