Add config.json, remove /etc/timezone
This commit is contained in:
parent
e35c0cb0a5
commit
6097da342a
2 changed files with 8 additions and 1 deletions
8
config.json
Normal file
8
config.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"network": {
|
||||
"name": "noveria"
|
||||
},
|
||||
"container": {
|
||||
"name": "forgejo"
|
||||
}
|
||||
}
|
|
@ -15,7 +15,6 @@ services:
|
|||
restart: always
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
networks:
|
||||
|
|
Loading…
Reference in a new issue