This commit is contained in:
sujiba 2024-05-30 23:23:56 +02:00
parent d3cfe6540d
commit d9acb4bf1f
5 changed files with 14 additions and 6 deletions

View file

@ -2,14 +2,16 @@ name: Build and push dyndns-netcup
on: on:
push: push:
branches: [main] branches:
- main
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v4
- -
name: Login to Docker Hub name: Login to Docker Hub
uses: docker/login-action@v1 uses: docker/login-action@v1

3
.gitignore vendored
View file

@ -1 +1,2 @@
.env .env
config

View file

@ -1,7 +1,12 @@
# ownDynDNS-netcup # ownDynDNS-netcup
![docker-build](https://github.com/sujiba/ownDynDNS-netcup/actions/workflows/docker_build_push.yml/badge.svg?event=push) - [ownDynDNS-netcup](#owndyndns-netcup)
- [acknowledgments](#acknowledgments)
- [Nectup configuration](#nectup-configuration)
- [Container configuration](#container-configuration)
- [Fritz!Box configuration](#fritzbox-configuration)
## acknowledgments
This container is based on the work of: This container is based on the work of:
* [PHP](https://hub.docker.com/_/php) * [PHP](https://hub.docker.com/_/php)
@ -25,7 +30,7 @@ cd /opt/docker/owndyndns
# Create docker-compose.yml and copy the contents from repository file # Create docker-compose.yml and copy the contents from repository file
vi docker-compose.yml vi docker-compose.yml
# Create config, copy the contents from repository file and change the parameters # Create config, copy the contents from repository example.config and change the parameters
vi config vi config
# Start the Container with # Start the Container with

View file

@ -2,7 +2,7 @@ version: "3"
services: services:
ownDynDNS: ownDynDNS:
image: sujiba/docker-owndyndns-netcup image: sujiba/docker-owndyndns-netcup:latest
container_name: ownDynDNS container_name: ownDynDNS
# Run container behind reverse proxy # Run container behind reverse proxy
ports: ports: