Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
fd8e5a81a5 | |||
e396da50a7 |
3 changed files with 4 additions and 19 deletions
19
README.md
19
README.md
|
@ -1,15 +1,5 @@
|
|||
# piler-docker
|
||||
|
||||
[![License](https://img.shields.io/github/license/simatec/piler-docker?style=flat)](https://github.com/simatec/piler-docker/blob/master/LICENSE)
|
||||
[![Donate](https://img.shields.io/badge/paypal-donate%20|%20spenden-blue.svg)](https://paypal.me/mk1676)
|
||||
|
||||
|
||||
**************************************************************************************************************
|
||||
|
||||
**If you like it, please consider a donation:**
|
||||
|
||||
[![paypal](https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif)](https://paypal.me/mk1676)
|
||||
|
||||
**************************************************************************************************************
|
||||
|
||||
|
||||
|
@ -23,12 +13,6 @@ https://www.mailpiler.org/ or https://github.com/jsuto/piler
|
|||
|
||||
*******************************************************************************************************
|
||||
|
||||
### DockerHub
|
||||
|
||||
https://hub.docker.com/r/simatec/piler
|
||||
|
||||
*******************************************************************************************************
|
||||
|
||||
|
||||
### Installation Guide:
|
||||
|
||||
|
@ -66,7 +50,7 @@ reboot now
|
|||
cd /opt
|
||||
```
|
||||
```
|
||||
git clone https://github.com/simatec/piler-docker.git
|
||||
git clone https://git.hackmi.ch/Phil/piler-docker.git
|
||||
```
|
||||
```
|
||||
cd /opt/piler-docker
|
||||
|
@ -239,6 +223,7 @@ To leave the container on the console you have to execute 2x `exit`.
|
|||
## License
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2022 - 2024 Phil / Sniffingpaint
|
||||
Copyright (c) 2022 - 2024 simatec
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
|
@ -21,7 +21,7 @@ services:
|
|||
- MARIADB_DISABLE_UPGRADE_BACKUP=1
|
||||
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||
healthcheck:
|
||||
test: mysql --user=${MYSQL_USER} --password=${MYSQL_PASSWORD} piler --execute "show tables"
|
||||
test: mariadb --user=${MYSQL_USER} --password=${MYSQL_PASSWORD} piler --execute "show tables"
|
||||
interval: "60s"
|
||||
timeout: "5s"
|
||||
start_period: "15s"
|
||||
|
|
|
@ -49,7 +49,7 @@ services:
|
|||
- MARIADB_DISABLE_UPGRADE_BACKUP=1
|
||||
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||
healthcheck:
|
||||
test: mysql --user=${MYSQL_USER} --password=${MYSQL_PASSWORD} piler --execute "show tables"
|
||||
test: mariadb --user=${MYSQL_USER} --password=${MYSQL_PASSWORD} piler --execute "show tables"
|
||||
interval: "60s"
|
||||
timeout: "5s"
|
||||
start_period: "15s"
|
||||
|
|
Loading…
Reference in a new issue