1
0
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:
2021-05-01 12:31:37 +00:00
parent df6a029ef1
commit 873e5b9465

View File

@@ -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: