From 25ea7072fd24ebc4367fb854bd4ec8b3d778b5ab Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sat, 23 Sep 2017 23:36:55 +0200 Subject: Move to MariaDB --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3