mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54: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"
|
- "$PORO_CARDS_DIR:/usr/src/patched_porobot/data"
|
||||||
env_file:
|
env_file:
|
||||||
- stack.env
|
- stack.env
|
||||||
# deploy:
|
deploy:
|
||||||
# resources:
|
resources:
|
||||||
# limits:
|
limits:
|
||||||
# memory: 16M
|
memory: 64M
|
||||||
|
|
Loading…
Reference in a new issue