Modified README.md

This commit is contained in:
Abhilesh Dhawanjewar
2021-09-23 07:01:40 -05:00
parent 223c99a174
commit 04c0c62cb5
2 changed files with 2 additions and 3 deletions

View File

@@ -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
```

View File

@@ -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=<secure-root-password> # Change this