dev #14
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# ownDynDNS-netcup
|
# docker-ownDynDNS-netcup
|
||||||
|
|
||||||
- [ownDynDNS-netcup](#owndyndns-netcup)
|
- [docker-ownDynDNS-netcup](#docker-owndyndns-netcup)
|
||||||
- [acknowledgments](#acknowledgments)
|
- [acknowledgments](#acknowledgments)
|
||||||
- [Netcup configuration](#netcup-configuration)
|
- [Netcup configuration](#netcup-configuration)
|
||||||
- [Container configuration](#container-configuration)
|
- [Container configuration](#container-configuration)
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
## acknowledgments
|
## acknowledgments
|
||||||
|
|
||||||
This container is based on the work of:
|
This container is based on the work of:
|
||||||
* [PHP](https://hub.docker.com/_/php)
|
* [Docker PHP](https://hub.docker.com/_/php)
|
||||||
* [Fernwerker ownDynDNS](https://github.com/fernwerker/ownDynDNS)
|
* [Fernwerker ownDynDNS](https://github.com/fernwerker/ownDynDNS)
|
||||||
|
|
||||||
## Netcup configuration
|
## Netcup configuration
|
||||||
|
|
|
@ -7,7 +7,7 @@ RUN apk update && \
|
||||||
git clone https://github.com/fernwerker/ownDynDNS.git
|
git clone https://github.com/fernwerker/ownDynDNS.git
|
||||||
|
|
||||||
# Build container to run the app
|
# Build container to run the app
|
||||||
FROM php:8.3.9-apache
|
FROM php:8.3.10-apache
|
||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue