summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 23:36:55 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 23:36:55 +0200
commit25ea7072fd24ebc4367fb854bd4ec8b3d778b5ab (patch)
treec26693a14a2fc0566521d12d9a2b2f97e4451e03 /README.md
parent12ce92b9aa4afa5c9a476c186b4bd924e3398f5b (diff)
Move to MariaDB
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d38e6b43..adad489d 100644
--- a/README.md
+++ b/README.md
@@ -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.