Fixed apache config

This commit is contained in:
2025-01-14 18:53:28 -08:00
parent 6d154446d3
commit 125e461786
2 changed files with 12 additions and 8 deletions

View File

@@ -12,9 +12,9 @@ Dockerhub: https://hub.docker.com/r/4lights/phpcontainer
```bash
sudo su
docker buildx build --no-cache -t 4lights/phpcontainer:5.0.0 -t 4lights/phpcontainer:latest --load .
docker buildx build --no-cache -t 4lights/phpcontainer:5.0.1 -t 4lights/phpcontainer:latest --load .
docker login
docker push 4lights/phpcontainer:5.0.0
docker push 4lights/phpcontainer:5.0.1
docker push 4lights/phpcontainer:latest
```