mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Fixed development compose file syntax error
This commit is contained in:
@@ -6,6 +6,7 @@ networks:
|
||||
|
||||
volumes:
|
||||
mysql:
|
||||
influxdb:
|
||||
|
||||
services:
|
||||
app:
|
||||
@@ -86,7 +87,7 @@ services:
|
||||
|
||||
memcached:
|
||||
image: memcached:1.5
|
||||
mem_limit: 64000000
|
||||
mem_limit: "64000000"
|
||||
restart: always
|
||||
networks:
|
||||
caching:
|
||||
Reference in New Issue
Block a user