Compare commits
No commits in common. "7d1712e4ce5124f212801f3c672db0a5c81d1749" and "f3e282442b4ae5d628abe02c16fd7005b02141e5" have entirely different histories.
7d1712e4ce
...
f3e282442b
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# docker-ownDynDNS-netcup
|
# ownDynDNS-netcup
|
||||||
|
|
||||||
- [docker-ownDynDNS-netcup](#docker-owndyndns-netcup)
|
- [ownDynDNS-netcup](#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:
|
||||||
* [Docker PHP](https://hub.docker.com/_/php)
|
* [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.10-apache
|
FROM php:8.3.9-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