[openresty-integration] improved container names.
This commit is contained in:
parent
7b36835188
commit
ee3a6d6c14
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ services:
|
|||
nginx-proxy:
|
||||
#image: jwilder/nginx-proxy
|
||||
build: .
|
||||
container_name: 0nginx-proxy
|
||||
container_name: 0-nginx-proxy
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
|
|
@ -12,7 +12,7 @@ services:
|
|||
- "./nginx/lua:/usr/local/openresty/nginx/lua"
|
||||
|
||||
swagger-ui:
|
||||
container_name: 0swagger-ui
|
||||
container_name: 0-swagger-ui
|
||||
image: schickling/swagger-ui
|
||||
environment:
|
||||
API_URL: http://auth.presspage.dev/swagger.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue