(simatec) small fix
This commit is contained in:
parent
cf13914db0
commit
1ea8a7ee35
2 changed files with 4 additions and 4 deletions
|
@ -77,8 +77,8 @@ services:
|
||||||
limits:
|
limits:
|
||||||
memory: 512M
|
memory: 512M
|
||||||
depends_on:
|
depends_on:
|
||||||
- "memcached_piler"
|
- "memcached"
|
||||||
- "mysql_piler"
|
- "mysql"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db_data:
|
db_data:
|
||||||
|
|
|
@ -101,8 +101,8 @@ services:
|
||||||
memory: 512M
|
memory: 512M
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- "memcached_piler"
|
- "memcached"
|
||||||
- "mysql_piler"
|
- "mysql"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue