Remove submodules (too complicated)

This commit is contained in:
2020-11-09 09:48:51 +01:00
parent 691f5d4e31
commit 9a655f9531
3 changed files with 1 additions and 7 deletions

6
.gitmodules vendored
View File

@@ -1,6 +0,0 @@
[submodule "docker-mailcatcher"]
path = mailcatcher
url = ssh://git@git.daiko.fr:2222/daiko/docker-mailcatcher.git
[submodule "docker-phpfpm-dev"]
path = phpfpm-dev
url = ssh://git@git.daiko.fr:2222/daiko/docker-phpfpm-dev.git

View File

@@ -16,7 +16,7 @@ mailcatcher:
- 1080:1080 - 1080:1080
php: php:
build: phpfpm-dev build: phpfpm
expose: expose:
- 9000 - 9000
volumes: volumes:

View File