triplstore: Fix typo

This commit is contained in:
Tom Wiesing 2021-12-17 13:45:15 +01:00
parent a73adcff56
commit d517468c09
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -11,7 +11,7 @@ services:
- './data/logs:/opt/graphdb/logs' - './data/logs:/opt/graphdb/logs'
# Use 1GB of heap space # Use 1GB of heap space
environment: environment:
GDB_HEAP_SIZE: 1gb GDB_HEAP_SIZE: 1G
restart: always restart: always