mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Add back 64M memory limit
This commit is contained in:
parent
56b436a17c
commit
a9d03d4d73
1 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ services:
|
|||
- "$PORO_CARDS_DIR:/usr/src/patched_porobot/data"
|
||||
env_file:
|
||||
- stack.env
|
||||
# deploy:
|
||||
# resources:
|
||||
# limits:
|
||||
# memory: 16M
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 64M
|
||||
|
|
Loading…
Reference in a new issue