Skip to content

Disable Internal nginx Proxy #367

Answered by seanmorley15
Svagtlys asked this question in Q&A
Discussion options

You must be logged in to vote

While right now I don't have an exact way to disable it because its the standard feature... that does not mean you have to use it. The main reason why this error is popping up and preventing container start is the nginx conf used by default assumed that there is docker service called "server". If you want to call it "adventurelog-server" or something else, you would have to get a copy of the nginx conf used, found here: https://github.com/seanmorley15/AdventureLog/blob/main/backend/nginx.conf. Then mount it into the container at /etc/ngninx/nginx.conf, changing any reference to "server" with your desired service name. I know you are not exactly using it but this should at least prevent it…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Svagtlys
Comment options

@seanmorley15
Comment options

@Svagtlys
Comment options

@seanmorley15
Comment options

@Svagtlys
Comment options

Answer selected by Svagtlys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants