Update Dockerfile
This commit is contained in:
parent
14eea08c82
commit
40ce40b358
2 changed files with 8 additions and 6 deletions
|
@ -2,7 +2,7 @@ FROM debian:stable-slim
|
||||||
|
|
||||||
MAINTAINER Knah Tsaeb <knah-tsaeb_soshot@knah-tsaeb.org>
|
MAINTAINER Knah Tsaeb <knah-tsaeb_soshot@knah-tsaeb.org>
|
||||||
|
|
||||||
LABEL version="0.2.0"
|
LABEL version="0.2.1"
|
||||||
LABEL description="Apache 2 / PHP / Nofu"
|
LABEL description="Apache 2 / PHP / Nofu"
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
@ -30,7 +30,7 @@ WORKDIR /var/www/
|
||||||
ENTRYPOINT "start.sh"
|
ENTRYPOINT "start.sh"
|
||||||
|
|
||||||
# Build image
|
# Build image
|
||||||
# docker buildx build -t nofu:0.2.0 .
|
# docker buildx build -t nofu:0.2.1 .
|
||||||
# Run container
|
# Run container
|
||||||
# docker run -d --restart unless-stopped -v nofu_data:/var/www/data -e TZ=UTC -p 8189:80 --name nofu nofu:0.2.0
|
# docker run -d --restart unless-stopped -v nofu_data:/var/www/data -e TZ=UTC -p 8189:80 --name nofu nofu:0.2.1
|
||||||
# docker run -d --restart unless-stopped -v /opt/nofu:/var/www/data -e TZ=UTC -p 8189:80 --name nofu nofu:0.2.0
|
# docker run -d --restart unless-stopped -v /opt/nofu:/var/www/data -e TZ=UTC -p 8189:80 --name nofu nofu:0.2.1
|
|
@ -66,15 +66,17 @@ wget https://forge.leslibres.org/Knah-Tsaeb/Nofu/raw/branch/main/Dockerfile
|
||||||
#### Build
|
#### Build
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker buildx build -t nofu:0.2.0 .
|
docker buildx build -t nofu:0.2.1 .
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Run
|
#### Run
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run -d --restart unless-stopped -v nofu_data:/var/www/data -e TZ=UTC -p 8189:80 --name nofu nofu:0.2.0
|
docker run -d --restart unless-stopped -v nofu_data:/var/www/data -e TZ=UTC -p 8189:80 --name nofu nofu:0.2.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Open http://127.0.0.1:8189
|
||||||
|
|
||||||
## Ressources
|
## Ressources
|
||||||
|
|
||||||
* <a href="https://www.svgrepo.com/svg/448401/docker"><img alt="docker icon" src="public/assets/icons/docker.svg" width="24"> svgrepo.com (MLP licence)</a>
|
* <a href="https://www.svgrepo.com/svg/448401/docker"><img alt="docker icon" src="public/assets/icons/docker.svg" width="24"> svgrepo.com (MLP licence)</a>
|
||||||
|
|
Loading…
Reference in a new issue