Update compose file and use local timezone in container.
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||
// "features": {},
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.>
|
||||
// "forwardPorts": [],
|
||||
|
||||
// Uncomment the next line if you want start specific services in your Docker Compose config.
|
||||
|
@ -22,5 +22,5 @@ services:
|
||||
# - seccomp:unconfined
|
||||
|
||||
# Overrides default command so things don't shut down after the process ends.
|
||||
command: sleep infinity
|
||||
# command: sleep infinity
|
||||
|
||||
|
Reference in New Issue
Block a user