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