Running scripts with all the docker commands:
Pull the AppNeta Docker image:
sudo docker compose -f mp-compose.yaml down
sudo docker compose -f mp-compose.yaml pull && sudo docker compose -f mp-compose.yaml up -d
However, some of the instances don't come up, instead they're stuck in a perpetual restarting loop that cycles every minute:
Appneta Docker
Found that the mp-compose.yaml has timezone set as ..US/Eastern and this ..US is causing the AppNeta container restart every one minute with:
Error: Container failed to update time zone using TZ=..US/Eastern. Check that TZ is a valid time zone.
After removing the .. and making the TZ as just "US/Eastern" in the mp-compose.yaml, the docker came up: