Added localtime volume
This commit is contained in:
parent
35e9d6af91
commit
4dfa4c92c0
@ -6,6 +6,7 @@ services:
|
||||
dockerfile: ./Dockerfile.api
|
||||
volumes:
|
||||
- ./api:/usr/src/app/
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- ${API_PORT}:${API_PORT}
|
||||
depends_on:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user