1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-12 00:09:32 +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: 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: