You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,5 +39,10 @@ Add `:8900` to view **PHPMyAdmin**
39
39
40
40
### Enable HTTPS (only to phpserver)
41
41
To enable the HTTPS Protocol, *before running docker-compose*, create the path `app/certificates` and put your SSL Certificates there.
42
-
Then, uncomment the SSL Section on`app/Dockerfile` (make sure that the certificate file names are the same as in the Dockerfile). Also uncomment the "HTTPS Port" (`# HTTPS Port`) and "HTTPS Configuration FIle" (`# HTTPS Conf. File`) on`docker-compose.yml`.
42
+
Then, uncomment the SSL Section in`app/Dockerfile` (make sure that the certificate file names are the same as in the Dockerfile). Also uncomment the "HTTPS Port" (`# HTTPS Port`) and "HTTPS Configuration FIle" (`# HTTPS Conf. File`) in`docker-compose.yml`.
43
43
After running the docker-compose you should be able to access [https://localhost](https://localhost).
44
+
45
+
### Fix Linux User's Permissions
46
+
To correct user permission issues on Linux, uncoment the `USER_ID` and `GROUP_ID` arguments in `docker-compose.yml`.
47
+
Make sure this values are the same as your user values, you can check these values in the terminal using the `id -u` (to view `USER_ID`) & `id -g` (to view `GROUP_ID`) commands.
48
+
Also uncomment the "USER'S PERMISSION" section in `app/Dockerfile`, as well as the arguments at the top of the file (`USER_ID` and `GROUP_ID`).
Copy file name to clipboardExpand all lines: README.pt-BR.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,3 +41,8 @@ Adicione `:8900` para visualizar o **PHPMyAdmin**
41
41
Para habilitar o protocolo HTTPS, *antes de executar o docker-compose*, crie o diretório `app/certificates` e coloque seus certificados SSL lá.
42
42
Então, descomente a seção SSL no `app/Dockerfile` (certifique-se de que os nomes dos arquivos de certificado sejam iguais aos do Dockerfile). Também descomente as linhas da "Porta HTTPS" (`# HTTPS Port`) e do "Arquivo de configuração HTTPS" (`# HTTPS Conf. File`) em `docker-compose.yml`.
43
43
Depois de executar o docker-compose, você deve conseguir acessar [https://localhost](https://localhost).
44
+
45
+
### Corrigir problemas com permissões do usuário do Linux
46
+
Para corrigir problemas de permissão do usuário no Linux, descomente os argumentos `USER_ID` e `GROUP_ID` em `docker-compose.yml`.
47
+
Certifique-se de que esses valores são iguais aos seus valores de usuário, você pode verificar esses valores no terminal usando os comandos `id -u` (para visualizar `USER_ID`) e `id -g` (para visualizar `GROUP_ID`).
48
+
Também remova o comentário da seção "PERMISSÃO DO USUÁRIO" em `app/Dockerfile`, bem como os argumentos na parte superior do arquivo (`USER_ID` e `GROUP_ID`).
0 commit comments