Skip to content

Commit 33ddde6

Browse files
committed
Don't mount words dir in docker-compose.yml
The `words/` dir was moved to a `app/Http/Controllers/Sandbox/words` file in f7d7a74
1 parent 9101125 commit 33ddde6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ services:
77
- ./:/var/www/html
88
- ./start.sh:/usr/local/bin/start
99
- api-storage:/var/www/html/storage/
10-
- ./words:/words
1110
- ./docker.my.cnf:/etc/mysql/conf.d/custom.mysql.cnf
1211
ports:
1312
- 8082:80

0 commit comments

Comments
 (0)