file upload

This commit is contained in:
2021-12-22 13:10:08 +01:00
parent 8eeb2a8de7
commit 8cee6579e2
14 changed files with 126 additions and 68 deletions

View File

@@ -59,7 +59,7 @@ version: '3.7'
services:
memcached:
image: memcached:1-alpine
entrypoint: memcached -m 128 # Limit to 128 MB Ram, customize at free will.
entrypoint: memcached -m 128M -I 4M # Limit to 128 MB Ram, 4M per entry, customize at free will.
app:
image: cupcakearmy/cryptgeon:latest