mirror of
https://github.com/abhilesh/self-hosted-docker-setups.git
synced 2026-06-28 14:57:13 +00:00
Modified README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user