Skip to content

Commit

Permalink
Service order change.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclemrkz committed Nov 6, 2018
1 parent 00bc55f commit 67f6185
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
version: '3'

services:
is:
build:
context: ./is
image: copper-is
container_name: copper-is
ports:
- "9443:9443"
depends_on:
- openldap

openldap:
build:
context: ./openldap
Expand All @@ -37,6 +27,16 @@ services:
depends_on:
- openldap # service name

is:
build:
context: ./is
image: copper-is
container_name: copper-is
ports:
- "9443:9443"
depends_on:
- openldap

# mysql:
# image: mysql/mysql-server:5.7
# container_name: mysql
Expand Down

0 comments on commit 67f6185

Please sign in to comment.