mirror of https://github.com/docker/docs.git
chore: trim excessive newlines
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
ac93f976fd
commit
5a361f7475
|
@ -34,8 +34,6 @@ To try the connection between the Shiny application and the local database you h
|
|||
+RUN src_db/ .
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Add a local database and persist data
|
||||
|
||||
You can use containers to set up local services, like a database. In this section, you'll update the `compose.yaml` file to define a database service and a volume to persist data.
|
||||
|
|
Loading…
Reference in New Issue