You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo docker exec -it mysql mysql -p -e "use prestashop; update ps_shop_url set domain='$domain', domain_ssl='$domain' where id_shop_url = 1; select * from ps_shop_url"