Skip to content

Commit d7443c1

Browse files
committed
Update readme with emoji
1 parent b37e6d1 commit d7443c1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.MD

+7-4
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ make secret
8282

8383
<a name="footnote_fhs"></a>[1]: We recommend to use `/srv` folder instead `/var/www`. Create `/srv/apps` folder for your web apps. See [FHS](https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s17.html).
8484

85-
### Launch
85+
### Launch 🚀
8686

8787
1. Build the root `.env` file and run docker-compose:
8888

@@ -102,12 +102,12 @@ make t=prod up
102102

103103
Do not edit the automatically concatenated root `.env` file. It will be overwritten every time the app run.
104104

105-
After the installation, you can add your custom secrets to `.env.secret`, but keep in mind that your secrets will not appear in the repository and will not be visible to other users. There is a `./sh/env/.env.secret.template` file for this. It has a template of secrets, without secret data.
105+
After the installation, you can add your custom secrets 🔑 to `.env.secret`, but keep in mind that your secrets will not appear in the repository and will not be visible to other users. There is a `./sh/env/.env.secret.template` file for this. It has a template of secrets, without secret data.
106106

107107
You can add secret variables names there without secret data, just for structure. A password generator will replace the special word `generatethispass` with the real password when you run `make secret` (`bash sh/env/secret-gen.sh`).
108108

109109

110-
:warning: **WARNING Do not define secrets (private keys, passwords, tokens, etc.) in committed files, it's not secure!**
110+
⚠️ **WARNING 📣 Do not define secrets (private keys, passwords, tokens, etc.) in committed files, it's not secure!**
111111

112112
### Production Launch with HTTPS
113113

@@ -199,7 +199,7 @@ make pma-up
199199
3. Open the `your-app-domain.com:PMA_EXT_PORT` URL in the browser to access phpMyadmin. For example, we use `PMA_EXT_PORT=8801`. Open `your-app-domain.com:8801`
200200

201201

202-
:warning: **WARNING Do not use phpMyadmin on public (production or open stage), it's not secure!**
202+
⚠️ **WARNING 📣 Do not use phpMyadmin on public (production or open stage), it's not secure!**
203203

204204

205205
To stop the phpMyadmin container run command:
@@ -224,3 +224,6 @@ To activate backups:
224224

225225
Backups will appear in the `./backups` folder, logs in the docker cron container logs
226226

227+
## Contributing
228+
229+
Contributions are welcome from everyone. Developing with ❤️.

0 commit comments

Comments
 (0)