File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,12 @@ docker-compose up -d
2222
2323Here's an example minimal compose file. This works well, and all the defaults should work for you too.
2424The [ ` user: ` parameter] ( https://docs.docker.com/compose/compose-file/05-services/#user ) controls
25- the uid and gid that the app runs as. The default is root if you don't include it.
25+ the uid and gid that the app runs as. The default is root if you don't include it, but you should definitely
26+ include it, and set it correctly for your environment.
27+ Read the [ Permissions section on the Docker page] ( docker#permissions ) for more details.
2628
27- Find your time zone [ ` TZ ` identifier here] ( https://en.wikipedia.org/wiki/List_of_tz_database_time_zones ) .
29+ Find your time zone [ ` TZ ` identifier here] ( https://en.wikipedia.org/wiki/List_of_tz_database_time_zones ) ,
30+ and set ` TZ ` too so logs have the correct time stamp for you.
2831
2932``` yaml
3033services :
You can’t perform that action at this time.
0 commit comments