We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14eaa78 commit 1c2da76Copy full SHA for 1c2da76
docs/docs/DOCKER.md
@@ -52,6 +52,7 @@ services:
52
bot:
53
image: hub.madelineproto.xyz/danog/madelineproto
54
restart: always
55
+ init: true
56
#depends_on:
57
#- mariadb
58
#- postgres
@@ -142,6 +143,7 @@ services:
142
143
php-fpm:
144
145
146
147
148
149
@@ -236,4 +238,4 @@ services:
236
238
command: php /app/bot.php
237
239
```
240
-<a href="https://docs.madelineproto.xyz/docs/METRICS.html">Next section</a>
241
+<a href="https://docs.madelineproto.xyz/docs/METRICS.html">Next section</a>
0 commit comments