changes
This commit is contained in:
parent
d3cfe6540d
commit
d9acb4bf1f
5 changed files with 14 additions and 6 deletions
|
@ -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
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
.env
|
.env
|
||||||
|
config
|
|
@ -1,7 +1,12 @@
|
||||||
# ownDynDNS-netcup
|
# ownDynDNS-netcup
|
||||||
|
|
||||||

|
- [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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue