Skip to content

Commit

Permalink
Put parsoid on the main_network
Browse files Browse the repository at this point in the history
  • Loading branch information
icyflame committed Jul 17, 2019
1 parent 6192b46 commit cc21e25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
build: './nginx'
networks:
main_network:
depends_on:
- php
php:
build: './php'
networks:
Expand All @@ -41,6 +43,7 @@ services:
parsoid:
build: './parsoid'
networks:
main_network:
data_network:
aliases:
- parsoid-docker
Expand Down

0 comments on commit cc21e25

Please sign in to comment.