Update README.md
This commit is contained in:
parent
a1e5ee6a54
commit
c696ec513a
@ -4,18 +4,20 @@ Dockerfile and compose for 4get bleeding edge, with PUID and PGID.
|
|||||||
|
|
||||||
## Dockerfile
|
## Dockerfile
|
||||||
Simply git clone this repo:
|
Simply git clone this repo:
|
||||||
```
|
```bash
|
||||||
git clone https://git.plunked.party/tony/4get-apache
|
git clone https://git.plunked.party/tony/4get-apache
|
||||||
```
|
```
|
||||||
and then run ./rebuild:
|
and then run ./rebuild:
|
||||||
```
|
```bash
|
||||||
cd 4get-apache/
|
cd 4get-apache/
|
||||||
chmod +x ./rebuild
|
chmod +x ./rebuild
|
||||||
./rebuild
|
./rebuild
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docker Compose
|
## Docker Compose
|
||||||
```yml
|
Here's an example docker-compose.yaml for the service:
|
||||||
|
```yaml
|
||||||
|
services:
|
||||||
fourget:
|
fourget:
|
||||||
container_name: fourget
|
container_name: fourget
|
||||||
image: fourget-apache
|
image: fourget-apache
|
||||||
@ -33,3 +35,4 @@ fourget:
|
|||||||
- ./4get/banner:/var/www/html/4get/banner
|
- ./4get/banner:/var/www/html/4get/banner
|
||||||
- ./4get/template/home.html:/var/www/html/4get/template/home.html
|
- ./4get/template/home.html:/var/www/html/4get/template/home.html
|
||||||
```
|
```
|
||||||
|
There's some verbose when running docker compose logs.
|
Loading…
x
Reference in New Issue
Block a user