Re: [docker] error_log() not work
SupaPlex <[email protected]>
| Newsgroups | comp.lang.php |
|---|---|
| Organization | Aioe.org NNTP Server |
| Message-ID | <[email protected]> |
Il 26/11/22 15:45, SupaPlex ha scritto:
>
> $ docker run xxx ls -ld /var/log
> drwxr-xr-x 1 root root 4096 Aug 23 13:04 /var/log
Furthermore
file_put_contents('/var/log/error.log', 123);
Output
file_put_contents(/var/log/error.log): Failed to open stream: Permission
denied