diff --git a/api.yml b/api.yml index 8b685ac..fb34af6 100644 --- a/api.yml +++ b/api.yml @@ -3,7 +3,7 @@ info: description: "Simple dynDNS via Rest-API. - The demo database will reset every **60** minutes. A maximum of 250 clients can exist in the demo database. + The demo database will reset every **60** minutes. A maximum of 250 clients can exist in the demo database. The following default clients and api keys can be used: @@ -382,4 +382,4 @@ components: pattern: "^(((25[0-5]|(2[0-4]|1[0-9]|[1-9]|)[0-9])(.(?!$)|$)){4})?$" externalDocs: description: "" - url: "https://git.pdev.dev/pdev/ryndns" + url: "https://git.pdev.dev/pascal/ryndns" diff --git a/data/.keep b/data/.keep new file mode 100644 index 0000000..e69de29 diff --git a/docker-compose.yml b/docker-compose.yml index b938606..6ad414e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,8 +5,8 @@ services: build: context: . args: - USER_UID: ${UID_PROXY:-12001} - USER_GID: ${UID_PROXY:-12001} + USER_UID: ${UID_PROXY:-$EUID} + USER_GID: ${UID_PROXY:-$EUID} environment: # set to run app in subdirectory RAILS_RELATIVE_URL_ROOT: /rynDNS