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

new swag #3

Open
theoneakta opened this issue Dec 28, 2020 · 3 comments
Open

new swag #3

theoneakta opened this issue Dec 28, 2020 · 3 comments

Comments

@theoneakta
Copy link

Hi

Seems the swag is not working right even on a fresh new server

I am able to make it run under the old developper branch but not master

Any idea?

it does not bind to port 80 at all... and inside the vm when doing curl on 8080 having a db issue... cannot connect to db...

@carlwillimott
Copy link
Owner

I’ve not tried this on a fresh install, but when I updated an existing project it worked without any issues for me personally. However, this was a couple of months ago now.

I would suggest perhaps trying a different image tag for swag and maybe even wordpress as they will pull the latest version and there could have been some breaking changes or something.

@theoneakta
Copy link
Author

theoneakta commented Dec 29, 2020 via email

@jphein
Copy link

jphein commented Oct 4, 2022

I ran into this issue, and beat my head against the wall for several days. Thanks to the linux server swag discord channel I was able to figure out the culprit. ./default has to be renamed ./default.conf. Also, in the docker-compose.yml change - ./default:/config/nginx/site-confs/default to - ./default.conf:/config/nginx/site-confs/default.conf
You can read about it here: https://info.linuxserver.io/issues/2022-08-20-nginx-base/

Also, this implementation isn't supported by swag. There is an example .conf file for wordpress latest in the proy-confs folder for reference. Here is my first attempt at doing it the supported way. I haven't tested it yet. https://github.com/jphein/docker-compose-wordpress-ssl

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

No branches or pull requests

3 participants