Error: unsupported tarball input attribute 'lastModified'

This commit is contained in:
Oliver Davies 2024-09-10 22:35:41 +01:00
parent 707cd60ead
commit 8d3a2697d1
2 changed files with 34 additions and 3 deletions

View file

@ -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.