Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Domain is already in use #296

Closed
rokoman opened this issue Jun 12, 2023 · 5 comments
Closed

Domain is already in use #296

rokoman opened this issue Jun 12, 2023 · 5 comments

Comments

@rokoman
Copy link

rokoman commented Jun 12, 2023

When run docker compose and add proxy host i found domain is already in use

@Zoey2936
Copy link
Member

does the domain maybe already exist as redirect host, which is disabled?

@rokoman
Copy link
Author

rokoman commented Jun 12, 2023

does the domain maybe already exist as redirect host, which is disabled?

No, i tested new sub domain.

I create new droplet in vps
and install docker and add new domain for testing

I found 2 problem

  • xxxx (domain) is already in use. but system add to db.
  • when i delete error found Internal error.

this docker compose me

version: "3"
services:
nginx-proxy-manager:
container_name: nginx-proxy-manager
image: zoeyvid/nginx-proxy-manager
restart: always
network_mode: host
volumes:
- "./data:/data"
environment:
- "TZ=Asia/Bangkok"
- "PUID=1000" # add sysctl success
- "PGID=1000"

you can test this https://45.32.117.41:81/
user : admin@exampletest.com
pass : iArhP1j7p1P6TA92FA2FMbbUGYqwcYzxC4AVEe12Wbi94FY9gNN62aKyF1shrvG4NycjjX9KfmDQiwkLZH1ZDR9xMjiG2QmoHXi

@Zoey2936
Copy link
Member

so this happens with every domain?

@rokoman
Copy link
Author

rokoman commented Jun 12, 2023

so this happens with every domain?

yes

@Zoey2936
Copy link
Member

does the domain maybe already exist as redirect host, which is disabled?

No, i tested new sub domain.

I create new droplet in vps and install docker and add new domain for testing

I found 2 problem

* xxxx (domain) is already in use. but system add to db.

* when i delete error found Internal error.

this docker compose me

version: "3"
services:
nginx-proxy-manager:
container_name: nginx-proxy-manager
image: zoeyvid/nginx-proxy-manager
restart: always
network_mode: host
volumes:

  • "./data:/data"
    environment:
  • "TZ=Asia/Bangkok"
  • "PUID=1000" # add sysctl success
  • "PGID=1000"

you can test this https://45.32.117.41:81/ user : admin@exampletest.com pass : iArhP1j7p1P6TA92FA2FMbbUGYqwcYzxC4AVEe12Wbi94FY9gNN62aKyF1shrvG4NycjjX9KfmDQiwkLZH1ZDR9xMjiG2QmoHXi

I think that this is related to #283. Since the changes on your instance are apllied, even if this error shows up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants