:whale 🐛 Fix release

This commit is contained in:
mathieu.brunot 2019-02-16 04:20:11 +01:00
parent b2dc669876
commit 1f14cb83b3
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
3 changed files with 33 additions and 19 deletions

View file

@ -3,7 +3,7 @@ upstream backend {
# server api1.my.uxbox.com:3000;
# server api1.my.uxbox.com:3001;
# server api2.my.uxbox.com:3000;
server uxbox_backend:6060; # This is a circular reference that allows docker to start as the example project, it is not recommended to use this in actual development.
server uxbackend:6060; # This is a circular reference that allows docker to start as the example project, it is not recommended to use this in actual development.
}
server {