-
Notifications
You must be signed in to change notification settings - Fork 183
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
Docker-compose file v3 version? #8
Comments
Yes, using the current version is probably a good idea. I believe the only change you would have to make is handle/replace the |
Hi, it seems doesn't work without volumes_from, I got this error message: PS, has anyone successfully setup this with docker-compose version 3? |
Changed to version 2. |
I did the same, here is my conf.
|
Thanks @Sch-Tomi! Adding the |
I had the same issue. For me the problem was that docker-compose sometimes startet the nginx container AFTER the letsencrypt companion. I solved with |
I'm trying to get a grip at Docker and i struggle a bit. What i'm trying to achieve is exactly what you seem to be describing in your tutorial. Multiple websites, nginx proxy, let's encrypt. The only difference is that i would use a Wordpress image because most of my websites are Wordress installs.
I see that you use a docker-compose v2: does that mean that this is outdated and i should avoid using it as a way of learning and trying to make my server work? Should i adapt it (if i can) to v3? Or it does not really matter?
The text was updated successfully, but these errors were encountered: