Skip to content

Commit 1c2da76

Browse files
committed
Bump
1 parent 14eaa78 commit 1c2da76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/DOCKER.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ services:
5252
bot:
5353
image: hub.madelineproto.xyz/danog/madelineproto
5454
restart: always
55+
init: true
5556
#depends_on:
5657
#- mariadb
5758
#- postgres
@@ -142,6 +143,7 @@ services:
142143
php-fpm:
143144
image: hub.madelineproto.xyz/danog/madelineproto
144145
restart: always
146+
init: true
145147
#depends_on:
146148
#- mariadb
147149
#- postgres
@@ -236,4 +238,4 @@ services:
236238
command: php /app/bot.php
237239
```
238240

239-
<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

Comments
 (0)