Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Removed useless compose
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Aug 16, 2019
1 parent 191ff72 commit c46ac3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/00b415afa9d64866a9bb0781499257c9)](https://www.codacy.com/app/M0NsTeRRR/Dynhost?utm_source=github.com&utm_medium=referral&utm_content=M0NsTeRRR/Dynhost&utm_campaign=Badge_Grade)
![Docker Automated build](https://img.shields.io/docker/cloud/automated/monsterrr/dynhost?style=flat-square)
![Docker Build Status](https://img.shields.io/docker/cloud/build/monsterrr/dynhost?style=flat-square)
[![Docker Automated build](https://img.shields.io/docker/cloud/automated/monsterrr/dynhost?style=flat-square)](https://hub.docker.com/r/monsterrr/dynhost)
[![Docker Build Status](https://img.shields.io/docker/cloud/build/monsterrr/dynhost?style=flat-square)](https://hub.docker.com/r/monsterrr/dynhost)

The goal of this project is to update your DynDns entries on OVH. It can updates multiple subdomains.

Expand All @@ -11,7 +11,6 @@ The goal of this project is to update your DynDns entries on OVH. It can updates

#### Docker
- Docker CE
- Docker-compose

## Install

Expand All @@ -25,13 +24,9 @@ Start the script `python main.py`
### Docker
Docker version support only one update of DynDns (start many containers to fix the problem)

Fill environment variables on docker-compose.yml :
- DYNHOST_DELAY
- DYNHOST_HOSTANAME
- DYNHOST_USERNAME
- DYNHOST_PASSWORD
Fill environment variables

Start the container `docker-compose up`
`docker run -d --restart=always -e "DYNHOST_DELAY=" -e "DYNHOST_HOSTANAME=" -e "DYNHOST_USERNAME=" -e "DYNHOST_PASSWORD=" monsterrr/dynhost:latest`

# Licence

Expand Down
11 changes: 0 additions & 11 deletions docker-compose.yml

This file was deleted.

2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import logging
from os import environ
from json import load
from sys import sys_exit
from sys import exit as sys_exit
from time import sleep
from requests import get

Expand Down

0 comments on commit c46ac3d

Please sign in to comment.