Update README.md

This commit is contained in:
Tony 2025-01-06 22:47:16 -05:00
parent 78efe89cdd
commit 3069355de0

View File

@ -1,12 +1,16 @@
# 4get-apache # 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? ## Why?
1. I wanted to learn how to build a custom docker image 1. I wanted to learn how to build a custom docker image
2. The official 4get image takes forever for updates 2. The official 4get image takes forever for updates
3. There is no PUID, PGID or port configuration on the official image 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 ## Dockerfile
Simply git clone this repo: Simply git clone this repo:
```bash ```bash
git clone https://git.plunked.party/tony/4get-apache git clone https://git.plunked.party/tony/4get-apache
@ -19,6 +23,7 @@ chmod +x ./rebuild
``` ```
## Docker Compose ## Docker Compose
Here's an example docker-compose.yaml for the service: Here's an example docker-compose.yaml for the service:
```yaml ```yaml
services: services: