Skip to content

Commit 29afdae

Browse files
committed
Add SQLite example
1 parent 66fdfeb commit 29afdae

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ $ docker run \
1414

1515
### Advanced
1616

17+
#### SQLite
18+
19+
See `docker-compose.sqlite.yml` for an example of how to use SQLite. To run:
20+
21+
```
22+
$ docker-compose -f docker-compose.sqlite.yml ps
23+
Name Command State Ports
24+
-------------------------------------------------------------------------------------------
25+
dockergemstash_gemstash_1 /entrypoint.sh bundle exec ... Up 0.0.0.0:9292->9292/tcp
26+
```
27+
1728
#### MySQL
1829

1930
See `docker-compose.mysql.yml` for an example of how to use MySQL. To run:

0 commit comments

Comments
 (0)