This commit is contained in:
parent
38c930757f
commit
462873c30d
|
|
@ -1,12 +1,12 @@
|
||||||
services:
|
services:
|
||||||
|
|
||||||
flosms:
|
flowsms:
|
||||||
container_name: 'flosms'
|
container_name: 'flowsms'
|
||||||
build:
|
build:
|
||||||
context: ./
|
context: ./
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
tags:
|
tags:
|
||||||
- "hub.digitalhippo.tech/flosms"
|
- "hub.digitalhippo.tech/flowsms"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
<th>Actions</th>
|
<th>Actions</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="messages" hx-get="/sms-message/17072064097" hx-swap="innerHTML" hx-trigger="load, every 2s"></tbody>
|
<tbody id="messages" hx-get="/sms-message/17072064096" hx-swap="innerHTML" hx-trigger="load, every 2s"></tbody>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue