mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-01-31 11:53:35 +01:00
fix timezone issues in container
This commit is contained in:
parent
0546e3f0b4
commit
688233aa30
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ services:
|
|||
volumes:
|
||||
- ./view:/app
|
||||
- ./data:/data
|
||||
- /etc/localtime:/etc/localtime
|
||||
container_name: view
|
||||
restart: unless-stopped
|
||||
|
||||
|
@ -16,6 +17,7 @@ services:
|
|||
volumes:
|
||||
- ./processor:/app
|
||||
- ./data:/data
|
||||
- /etc/localtime:/etc/localtime
|
||||
container_name: processor
|
||||
restart: unless-stopped
|
||||
|
||||
|
|
Loading…
Reference in a new issue