Add config.json, remove /etc/timezone

This commit is contained in:
LinuxSquare 2023-12-23 13:13:34 +01:00
parent e35c0cb0a5
commit 6097da342a
2 changed files with 8 additions and 1 deletions

8
config.json Normal file
View file

@ -0,0 +1,8 @@
{
"network": {
"name": "noveria"
},
"container": {
"name": "forgejo"
}
}

View file

@ -15,7 +15,6 @@ services:
restart: always restart: always
volumes: volumes:
- ./data:/data - ./data:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
networks: networks: