mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
Update compose.yml
This commit is contained in:
@@ -10,8 +10,8 @@ services:
|
||||
custom_network1:
|
||||
ipv4_address: 172.22.2.11
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PUID=1000 # ( dont change, require uid to be 1000 )
|
||||
- PGID=1000 # ( dont change, require gid to be 1000 )
|
||||
- TZ=< change it to your timezone > # Use TZ database name from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
- LOGGING=file
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user