From 04c0c62cb5a4c4ac7c174bd89a71030f2afd011c Mon Sep 17 00:00:00 2001 From: Abhilesh Dhawanjewar Date: Thu, 23 Sep 2021 07:01:40 -0500 Subject: [PATCH] Modified README.md --- README.md | 2 +- wallabag/docker-compose.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4638dbc..135a023 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ sudo pip3 install docker-compose sudo systemctl enable docker ``` -### Test Docker with a 'hello-world' container +### Test Docker with a ```hello-world``` container ``` bash docker run hello-world ``` diff --git a/wallabag/docker-compose.yml b/wallabag/docker-compose.yml index 200e48b..315359e 100644 --- a/wallabag/docker-compose.yml +++ b/wallabag/docker-compose.yml @@ -1,8 +1,7 @@ version: '3' services: wallabag: - build: https://github.com/wallabag/docker.git#2.4.2 - image: wallabag:2.4.2 + image: abhilesh7/wallabag-arm container_name: wallabag_app environment: - MYSQL_ROOT_PASSWORD= # Change this