Skip to content

Commit a019908

Browse files
authored
Merge pull request #56 from philtrep/remove-dockerhosts
Removed extra docker hosts
2 parents f7ee3eb + 1381ac5 commit a019908

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ services:
1212
- YARN=false
1313
volumes:
1414
- ../:/opt/app
15-
extra_hosts:
16-
- "dockerhost:10.0.75.1"
1715
entrypoint: run-nodock "node index.js"
1816
tty: true
1917

@@ -28,8 +26,6 @@ services:
2826
- volumes
2927
expose:
3028
- "3306"
31-
extra_hosts:
32-
- "dockerhost:10.0.75.1"
3329

3430
mongo:
3531
build: ./mongo
@@ -51,8 +47,6 @@ services:
5147
ports:
5248
- "80:80"
5349
- "443:443"
54-
extra_hosts:
55-
- "dockerhost:10.0.75.1"
5650
tty: true
5751

5852
certbot:

0 commit comments

Comments
 (0)