(simatec) Fix
This commit is contained in:
parent
0bb376fb1a
commit
2bd411d779
2 changed files with 4 additions and 6 deletions
|
@ -29,10 +29,8 @@ services:
|
|||
|
||||
memcached:
|
||||
image: memcached:latest
|
||||
container_name: memcached_piler
|
||||
container_name: memcached
|
||||
restart: unless-stopped
|
||||
cap_drop:
|
||||
- ALL
|
||||
command: -m 64
|
||||
|
||||
piler:
|
||||
|
@ -42,6 +40,7 @@ services:
|
|||
hostname: ${PILER_DOMAIN}
|
||||
init: true
|
||||
environment:
|
||||
- MEMCACHED_HOSTNAME=memcached
|
||||
- MYSQL_DATABASE=${MYSQL_DATABASE}
|
||||
- MYSQL_USER=${MYSQL_USER}
|
||||
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
|
||||
|
@ -73,7 +72,6 @@ services:
|
|||
memory: 512M
|
||||
limits:
|
||||
memory: 512M
|
||||
|
||||
depends_on:
|
||||
- "memcached"
|
||||
- "mysql"
|
||||
|
|
|
@ -67,8 +67,8 @@ MAILCOW_HOST="mail.example.com"
|
|||
|
||||
# Piler Version
|
||||
|
||||
PILER_VERSION="1.4.5"
|
||||
PILER_VERSION="1.4.4"
|
||||
|
||||
# MariaDB Version
|
||||
|
||||
MARIA_DB_VERSION="11.1.2"
|
||||
MARIA_DB_VERSION="10.6"
|
||||
|
|
Loading…
Reference in a new issue