mike@ubuntu22:~/Docker/alprDatabase$ docker-compose up -d
ERROR: The Compose file './docker-compose.yml' is invalid because:
'name' does not match any of the regexes: '^x-'
You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the
services
key, or omit the
version
key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see
Compose file reference
I commented out line one:
mike@ubuntu22:~/Docker/alprDatabase$ docker-compose up -d
Creating network "alprdatabase_default" with the default driver
ERROR: Configuration for volume app-plate_images specifies "device" driver_opt /home/mike/Docker/alprDatabase/storage 68,7 Top, but a volume with the same name uses a different "device" driver_opt (/home/mike/Docker/alprDatabase/storage). If you wish to use the new configuration, please remove the existing volume "alprdatabase_app-plate_images" first:
$ docker volume rm alprdatabase_app-plate_images
mike@ubuntu22:~/Docker/alprDatabase$
The timezone issue complained about the back slash in the time zone.
I have another machine with Rock Linux (Redhat) and that one is fine with the Docker compose as is but throws the error above. I'll look at the manual when I get back.