rename package
parent
428e5ad3f0
commit
8735dcd041
|
@ -4,7 +4,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GHCR_SLUG: ghcr.io/rodber/chevereto-free-httpd-php
|
GHCR_SLUG: ghcr.io/rodber/chevereto-free
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
buildx:
|
buildx:
|
||||||
|
|
|
@ -4,7 +4,7 @@ To keep the software updated you have to simply keep the application files updat
|
||||||
|
|
||||||
* Using the built-in updater at `/dashboard` > Click **check for updates**
|
* Using the built-in updater at `/dashboard` > Click **check for updates**
|
||||||
* Downloading a [Release](https://github.com/rodber/chevereto-free/releases) and **Extract to** the application filesystem
|
* Downloading a [Release](https://github.com/rodber/chevereto-free/releases) and **Extract to** the application filesystem
|
||||||
* (Docker) Re-creating the container based in our [updated image](https://github.com/rodber/chevereto-free/pkgs/container/chevereto-free-httpd-php)
|
* (Docker) Re-creating the container based in our [updated image](https://github.com/rodber/chevereto-free/pkgs/container/chevereto-free)
|
||||||
|
|
||||||
## Upgrade to Paid
|
## Upgrade to Paid
|
||||||
|
|
||||||
|
|
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
## Docker build
|
## Docker build
|
||||||
|
|
||||||
* **Tip:** Tag `ghcr.io/rodber/chevereto-free-httpd-php:1.6` to override the [ghcr package](https://github.com/rodber/chevereto-free/pkgs/container/chevereto-free-httpd-php) with local
|
* **Tip:** Tag `ghcr.io/rodber/chevereto-free:1.6` to override the [ghcr package](https://github.com/rodber/chevereto-free/pkgs/container/chevereto-free) with local
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker build -t ghcr.io/rodber/chevereto-free-httpd-php:1.6 . \
|
docker build -t ghcr.io/rodber/chevereto-free:1.6 . \
|
||||||
-f httpd-php.Dockerfile
|
-f httpd-php.Dockerfile
|
||||||
```
|
```
|
||||||
|
|
||||||
* For custom tag: Replace `tag` with your own.
|
* For custom tag: Replace `tag` with your own.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker build -t rodber/chevereto-free-httpd-php:tag . \
|
docker build -t rodber/chevereto-free:tag . \
|
||||||
-f httpd-php.Dockerfile
|
-f httpd-php.Dockerfile
|
||||||
```
|
```
|
||||||
|
|
|
@ -17,7 +17,7 @@ services:
|
||||||
|
|
||||||
app:
|
app:
|
||||||
container_name: chevereto-free-dev_app
|
container_name: chevereto-free-dev_app
|
||||||
image: ghcr.io/rodber/chevereto-free-httpd-php:1.6
|
image: ghcr.io/rodber/chevereto-free:1.6
|
||||||
networks:
|
networks:
|
||||||
- chevereto
|
- chevereto
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -17,7 +17,7 @@ services:
|
||||||
|
|
||||||
app:
|
app:
|
||||||
container_name: chevereto-free_app
|
container_name: chevereto-free_app
|
||||||
image: ghcr.io/rodber/chevereto-free-httpd-php:1.6
|
image: ghcr.io/rodber/chevereto-free:1.6
|
||||||
networks:
|
networks:
|
||||||
- chevereto
|
- chevereto
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue