Error: unsupported tarball input attribute 'lastModified'
This commit is contained in:
parent
707cd60ead
commit
8d3a2697d1
2 changed files with 34 additions and 3 deletions
|
@ -14,7 +14,7 @@ For example:
|
|||
services:
|
||||
mariadb:
|
||||
image: mariadb:10.9.3
|
||||
command: --max_allowed_packet=1GB
|
||||
command: --max_allowed_packet=5GB
|
||||
volumes:
|
||||
- "./backend_db/mariadb.storage:/var/lib/mysql"
|
||||
ports:
|
||||
|
@ -23,5 +23,3 @@ services:
|
|||
```
|
||||
|
||||
No Dockerfiles or configuration files needed.
|
||||
|
||||
It can't be more than 1GB, though.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue