(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:
|
||||
memory: 512M
|
||||
depends_on:
|
||||
- "memcached_piler"
|
||||
- "mysql_piler"
|
||||
- "memcached"
|
||||
- "mysql"
|
||||
|
||||
volumes:
|
||||
db_data:
|
||||
|
|
|
@ -101,8 +101,8 @@ services:
|
|||
memory: 512M
|
||||
|
||||
depends_on:
|
||||
- "memcached_piler"
|
||||
- "mysql_piler"
|
||||
- "memcached"
|
||||
- "mysql"
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue