Skip to content

Commit

Permalink
how to run a single container IQSS#9540
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jun 23, 2023
1 parent a8cfdd7 commit acb1a52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/sphinx-guides/source/developers/dev-environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ If you want to remove the containers, then run:

``docker-compose -f docker-compose-dev.yml down``

If you want to run a single container (the mail server, for example) then run:

``docker-compose -f docker-compose-dev.yml up dev_smtp``

For a fresh installation, and before running the Software Installer Script, it is recommended to delete the docker-dev-env folder to avoid installation problems due to existing data in the containers.

Run the Dataverse Software Installer Script
Expand Down

0 comments on commit acb1a52

Please sign in to comment.