You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the docker file is not mounting the machine's date and time, something like:
- type: bind
source: /etc/localtime
target: /etc/localtime
read_only: true
This is the new convention of docker file, it would be nice if the docker file in the git example would also be in the new convention. It's easy to convert using docker compose convert.
The text was updated successfully, but these errors were encountered:
Right now the docker file is not mounting the machine's date and time, something like:
- type: bind
source: /etc/localtime
target: /etc/localtime
read_only: true
This is the new convention of docker file, it would be nice if the docker file in the git example would also be in the new convention. It's easy to convert using docker compose convert.
The text was updated successfully, but these errors were encountered: