update docker stuff
This commit is contained in:
parent
3d224993cd
commit
3090c99a62
6 changed files with 23 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
services:
|
||||
database:
|
||||
image: mariadb
|
||||
image: mariadb:10.4
|
||||
volumes:
|
||||
- "/srv/pterodactyl/database:/var/lib/mysql"
|
||||
environment:
|
||||
|
@ -68,7 +68,7 @@ services:
|
|||
- "MAIL_PASSWORD=''"
|
||||
- "MAIL_ENCRYPTION=true"
|
||||
## certbot settings - Used to automatically generate ssl certs and
|
||||
- "LE_EMAIL=''" ## leave blank unless you aree generating certs.
|
||||
# - "LE_EMAIL=" ## uncomment if you are using ssl
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue