Update README.md
This commit is contained in:
parent
78efe89cdd
commit
3069355de0
@ -1,12 +1,16 @@
|
||||
# 4get-apache
|
||||
|
||||
Dockerfile and compose for 4get bleeding edge, with PUID and PGID.
|
||||
Dockerfile and compose for 4get bleeding edge, with PUID, PGID and port config.
|
||||
|
||||
## Why?
|
||||
|
||||
1. I wanted to learn how to build a custom docker image
|
||||
2. The official 4get image takes forever for updates
|
||||
3. There is no PUID, PGID or port configuration on the official image
|
||||
I kept the structure pretty simple, so hey, it might help someone learn Dockerfile
|
||||
|
||||
## Dockerfile
|
||||
|
||||
Simply git clone this repo:
|
||||
```bash
|
||||
git clone https://git.plunked.party/tony/4get-apache
|
||||
@ -19,6 +23,7 @@ chmod +x ./rebuild
|
||||
```
|
||||
|
||||
## Docker Compose
|
||||
|
||||
Here's an example docker-compose.yaml for the service:
|
||||
```yaml
|
||||
services:
|
||||
|
Loading…
x
Reference in New Issue
Block a user