diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 23:36:55 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 23:36:55 +0200 |
| commit | 25ea7072fd24ebc4367fb854bd4ec8b3d778b5ab (patch) | |
| tree | c26693a14a2fc0566521d12d9a2b2f97e4451e03 /README.md | |
| parent | 12ce92b9aa4afa5c9a476c186b4bd924e3398f5b (diff) | |
Move to MariaDB
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -72,10 +72,10 @@ Now, start the server: ```bash # Build the Docker image -docker build -t=opendc . +docker-compose build -# Start a container with the image -docker run -d --name opendc -p 8081:8081 opendc +# Start the OpenDC container and the database container +docker-compose up ``` Wait a few seconds and open `http://localhost:8081` in your browser to use OpenDC. |
