fix docker-compose.tc.yaml
This commit is contained in:
parent
4bcea4ba9e
commit
71973a77aa
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- eks-backend
|
- eks-backend
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8080:80"
|
- "80"
|
||||||
entrypoint: ["nginx", "-g", "daemon off;"]
|
entrypoint: ["nginx", "-g", "daemon off;"]
|
||||||
environment:
|
environment:
|
||||||
- TZ="Europe/Moscow"
|
- TZ="Europe/Moscow"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue