Skip to content

Commit 6ba76da

Browse files
committed
use docker image which only supplies true & echo binaries.
1 parent b252558 commit 6ba76da

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ services:
232232
### Laravel Application Code Container ######################
233233

234234
volumes_source:
235-
build: ./volumes/application
235+
image: tianon/true
236236
volumes:
237237
- ../:/var/www/laravel
238238
# Demonstration of how to mount multiple sites
@@ -242,7 +242,7 @@ services:
242242
### Databases Data Container ################################
243243

244244
volumes_data:
245-
build: ./volumes/data
245+
image: tianon/true
246246
volumes:
247247
- ./data/mysql:/var/lib/mysql
248248
- ./data/postgres:/var/lib/postgres

volumes/application/Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

volumes/data/Dockerfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)